|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/InstrTypes.h 789 static CmpInst *Create(OtherOps Op,
References
lib/CodeGen/CodeGenPrepare.cpp 1389 CmpInst::Create(Cmp->getOpcode(), Cmp->getPredicate(),
lib/FuzzMutate/Operations.cpp 127 return CmpInst::Create(CmpOp, Pred, Srcs[0], Srcs[1], "C", Inst);
lib/IR/Constants.cpp 3028 return CmpInst::Create((Instruction::OtherOps)getOpcode(),
lib/Transforms/InstCombine/InstCombineCompares.cpp 1356 return ICmpInst::Create(Instruction::ICmp, Pred, Masked, Zero);
1385 return ICmpInst::Create(Instruction::ICmp,
3096 return ICmpInst::Create(Instruction::ICmp, NewPred,
3123 return CmpInst::Create(Instruction::ICmp, ICmpInst::ICMP_ULT,
3132 return CmpInst::Create(Instruction::ICmp, ICmpInst::ICMP_UGT,
3145 return CmpInst::Create(Instruction::ICmp, ICmpInst::ICMP_EQ,
3154 return CmpInst::Create(Instruction::ICmp, ICmpInst::ICMP_NE,
5354 return CmpInst::Create(Instruction::ICmp, NewPred, NewX, Zero);
5405 return CmpInst::Create(Instruction::ICmp, I.getPredicate(), V, Op1);
5409 return CmpInst::Create(Instruction::ICmp, I.getPredicate(), V, Op1);
lib/Transforms/InstCombine/InstCombinePHI.cpp 357 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
825 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
lib/Transforms/InstCombine/InstCombineVectorOps.cpp 392 return CmpInst::Create(cast<CmpInst>(SrcVec)->getOpcode(), Pred, E0, E1);
lib/Transforms/Vectorize/LoopVectorize.cpp 3054 CmpInst::Create(Instruction::ICmp, CmpInst::ICMP_EQ, Count,
tools/llvm-stress/llvm-stress.cpp 662 Value *V = CmpInst::Create(fp ? Instruction::FCmp : Instruction::ICmp,
unittests/Analysis/ScalarEvolutionTest.cpp 186 CmpInst *Cmp = CmpInst::Create(Instruction::ICmp, CmpInst::ICMP_ULT,