Searched refs:CmpTy (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp511 QualType CmpTy = getConditionType(); local
513 evalBinOpNN(state, BO_LE, FromVal, ToTypeMaxVal, CmpTy).castAs<NonLoc>();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp3335 LLT CmpTy = MRI.getType(LHS.getReg()); local
3336 assert((CmpTy.isScalar() || CmpTy.isPointer()) &&
3338 if (CmpTy == LLT::scalar(32)) {
3341 } else if (CmpTy == LLT::scalar(64) || CmpTy.isPointer()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2499 ZeroCompare CmpTy);
2833 ZeroCompare CmpTy) {
2839 switch (CmpTy) {
2869 (CmpTy == ZeroCompare::GEZExt || CmpTy == ZeroCompare::LEZExt))
2874 (CmpTy == ZeroCompare::GESExt || CmpTy == ZeroCompare::LESExt))
2880 switch (CmpTy) {
2832 getCompoundZeroComparisonInGPR(SDValue LHS, SDLoc dl, ZeroCompare CmpTy) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3906 IntegerType *CmpTy = Builder.getIntNTy(NewWidth); local
3908 SrcLHS = Builder.CreateSExt(SrcLHS, CmpTy);
3909 SrcRHS = Builder.CreateSExt(SrcRHS, CmpTy);
3911 SrcLHS = Builder.CreateZExt(SrcLHS, CmpTy);
3912 SrcRHS = Builder.CreateZExt(SrcRHS, CmpTy);
H A DInstCombineCompares.cpp1095 Type *CmpTy = CmpInst::makeCmpResultType(Other->getType()); local
1098 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate())));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp606 const LLT &CmpTy = MRI->getType(CmpOpReg); local
607 auto Sub = MIB.buildSub({CmpTy}, CmpOpReg, CondLHS);
608 auto Diff = MIB.buildConstant(CmpTy, High - Low);

Completed in 172 milliseconds