/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 153 void SimplifyIndvar::eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand) { in eliminateIVComparison() 223 ICmpInst *ICmp = new ICmpInst(Rem, ICmpInst::ICMP_EQ, in eliminateIVRemainder() local 248 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in eliminateIVUser() local 417 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in simplifyIVUsers() local
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.h | 79 ICmp, enumerator
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 150 void SimplifyIndvar::eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand) { in eliminateIVComparison() 303 ICmpInst *ICmp = new ICmpInst(Rem, ICmpInst::ICMP_EQ, in eliminateIVRemainder() local 425 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in eliminateIVUser() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 364 Value *ICmp = IRB.CreateICmp(CmpInst::ICMP_NE, TDC, Zero32); in runOnFunction() local
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 366 if (const ICmpInst *ICmp = dyn_cast<ICmpInst>(V)) in getRegForI1Value() local 819 const ICmpInst *ICmp = cast<ICmpInst>(I); in selectICmp() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 582 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in collectUsesWithPtrTypes() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1328 Value *ICmp = Builder.CreateICmpSGT(LHS, RHS); in visitSMaxExpr() local 1352 Value *ICmp = Builder.CreateICmpUGT(LHS, RHS); in visitUMaxExpr() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1574 Value *ICmp = Builder.CreateICmpSGT(LHS, RHS); in visitSMaxExpr() local 1598 Value *ICmp = Builder.CreateICmpUGT(LHS, RHS); in visitUMaxExpr() local
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 186 | ICmp Constructor
|
D | llvm.mli | 236 | ICmp Constructor
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 198 | ICmp Constructor
|
D | llvm.mli | 256 | ICmp (** Other Operators *) Constructor
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2277 if (ICmpInst* ICmp = dyn_cast<ICmpInst>(IIOperand)) { in visitCallInst() local
|
D | InstCombineCompares.cpp | 2375 Instruction *InstCombiner::visitICmpInstWithCastAndCast(ICmpInst &ICmp) { in visitICmpInstWithCastAndCast()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 222 ICmp Opcode = C.LLVMICmp const
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2746 Value *ICmp = Builder.CreateICmpEQ(Next, End); in createInductionVariable() local
|