HomeSort by: relevance | last modified time | path
    Searched refs:getICmp (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 1120 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) {
1142 return getICmp(I.ICMP_UGT, A,
1146 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType()));
1159 return getICmp(I.ICMP_UGE, A, ConstantInt::get(A->getType(), Shift));
1160 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift));
1162 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift));
1179 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) {
1192 return getICmp(
1197 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType()));
1203 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift))
    [all...]
InstCombineSelect.cpp 1340 auto *Precond1 = ConstantExpr::getICmp(ICmpInst::Predicate::ICMP_SGE, C2,
1345 auto *Precond2 = ConstantExpr::getICmp(ICmpInst::Predicate::ICMP_SLE, C2,
InstCombineCalls.cpp 1094 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) ==
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp 1717 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2));
1721 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2));
1725 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2));
2279 return ConstantExpr::getICmp(pred, Inverse, CE2Op0);
2296 return ConstantExpr::getICmp(pred, CE1Inverse, C2Inverse);
2307 return ConstantExpr::getICmp(pred, C2, C1);
Constants.cpp 303 Constant *CmpEq = ConstantExpr::getICmp(ICmpInst::ICMP_EQ, C0, C1);
2404 return getICmp(Predicate, C1, C2, OnlyIfReduced);
2490 Constant *ConstantExpr::getICmp(unsigned short pred, Constant *LHS,
2750 Constant *Cmp = ConstantExpr::getICmp(CmpInst::ICMP_ULT, C1, C2);
Core.cpp 1662 return wrap(ConstantExpr::getICmp(Predicate,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 1195 static Constant *getICmp(unsigned short pred, Constant *LHS, Constant *RHS,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 2474 return ConstantExpr::getICmp(Pred, LHSOffset, RHSOffset);
2546 return ConstantExpr::getICmp(Pred,
3621 Constant *NewICmp = ConstantExpr::getICmp(Pred, NewLHS, NewRHS);
InlineCost.cpp 1616 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
ScalarEvolution.cpp 7984 Result = ConstantExpr::getICmp(predicate, Result, RHS);
9370 if (ConstantExpr::getICmp(Pred,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp 31 V = ConstantExpr::getICmp(CmpInst::ICMP_SGT, Constant::getNullValue(IntTy),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 1331 ConstantExpr::getICmp(CmpInst::ICMP_NE, F,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 5835 Constant *DefaultConst = ConstantExpr::getICmp(CmpInst->getPredicate(),
5843 Constant *CaseConst = ConstantExpr::getICmp(CmpInst->getPredicate(),
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 2812 V = ConstantExpr::getICmp(Record[3], Op0, Op1);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1194 See the method [llvm::ConstantExpr::getICmp]. *)
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 3705 ID.ConstantVal = ConstantExpr::getICmp(Pred, Val0, Val1);

Completed in 115 milliseconds