Home
last modified time | relevance | path

Searched defs:CmpInst (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp916 auto *CmpInst = dyn_cast<ICmpInst>(PHIUser); in visitPHINode() local
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h553 MachineInstr *&CmpInst) const { in analyzeLoop()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2813 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/
DProgrammersManual.rst3144 .. _CmpInst: target
/external/llvm/lib/IR/
DInstructions.cpp3360 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/
DSimplifyCFG.cpp4748 ICmpInst *CmpInst = dyn_cast<ICmpInst>(PhiUser); in reuseTableCompare() local