Searched defs:ICmp (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1673 Value *ICmp = Builder.CreateICmpSGT(LHS, RHS); local
1698 Value *ICmp = Builder.CreateICmpUGT(LHS, RHS); local
1723 Value *ICmp = Builder.CreateICmpSLT(LHS, RHS); local
1748 Value *ICmp local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp965 auto *ICmp = cast<ICmpInst>(&I); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp364 Value *ICmp = IRB.CreateICmp(CmpInst::ICMP_NE, TDC, Zero32); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1000 const auto *ICmp = cast<ICmpInst>(I); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4333 static Instruction *foldICmpWithZextOrSext(ICmpInst &ICmp, argument
4426 foldICmpWithCastOp(ICmpInst &ICmp) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1529 static bool negateICmpIfUsedByBranchOrSelectOnly(ICmpInst *ICmp, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2087 ICmpInst *ICmp = dyn_cast<ICmpInst>(BI->getCondition()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp175 bool SimplifyIndvar::makeIVComparisonInvariant(ICmpInst *ICmp, argument
245 eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand) argument
344 ICmpInst *ICmp = new ICmpInst(Rem, ICmpInst::ICMP_EQ, N, D); local
[all...]

Completed in 161 milliseconds