Searched refs:SimplifyICmpInst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2132 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() function 2436 if (Value *V = SimplifyICmpInst(Pred, SrcOp, in SimplifyICmpInst() 2443 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0), in SimplifyICmpInst() 2455 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst() 2471 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst() 2515 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0), in SimplifyICmpInst() 2530 if (Value *V = SimplifyICmpInst(Pred, SrcOp, Trunc, Q, MaxRecurse-1)) in SimplifyICmpInst() 2562 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SLT, SrcOp, in SimplifyICmpInst() 2571 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp, in SimplifyICmpInst() 2613 if (Value *V = SimplifyICmpInst(Pred, A == RHS ? B : A, in SimplifyICmpInst() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 205 Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2759 SimplifyICmpInst(I.getPredicate(), Op0, Op1, DL, TLI, DT, AC, &I)) in visitICmpInst()
|