Home
last modified time | relevance | path

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

/external/llvm/docs/
DProgrammersManual.rst2960 .. _CmpInst: target
/external/llvm/lib/IR/
DInstructions.cpp3285 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst
3297 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4413 ICmpInst *CmpInst = dyn_cast<ICmpInst>(PhiUser); in reuseTableCompare() local