Searched defs:CmpInst (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 916 auto *CmpInst = dyn_cast<ICmpInst>(PHIUser); in visitPHINode() local
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 553 MachineInstr *&CmpInst) const { in analyzeLoop()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2813 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst() function in CmpInst 2826 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst() function in CmpInst
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 3144 .. _CmpInst: target
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3360 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst 3372 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4748 ICmpInst *CmpInst = dyn_cast<ICmpInst>(PhiUser); in reuseTableCompare() local
|