Home
last modified time | relevance | path

Searched refs:SimplifyICmpInst (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1810 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() function
2031 if (Value *V = SimplifyICmpInst(Pred, SrcOp, in SimplifyICmpInst()
2038 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0), in SimplifyICmpInst()
2050 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst()
2066 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst()
2110 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0), in SimplifyICmpInst()
2125 if (Value *V = SimplifyICmpInst(Pred, SrcOp, Trunc, Q, MaxRecurse-1)) in SimplifyICmpInst()
2157 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SLT, SrcOp, in SimplifyICmpInst()
2166 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp, in SimplifyICmpInst()
2219 if (Value *V = SimplifyICmpInst(Pred, A == RHS ? B : A, in SimplifyICmpInst()
[all …]
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h173 Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2344 if (Value *V = SimplifyICmpInst(I.getPredicate(), Op0, Op1, DL)) in visitICmpInst()