Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp59 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
967 Value *V = SimplifyICmpInst(Pred, LHS, RHS, Q, MaxRecurse); in isICmpTrue()
2788 if (Value *V = SimplifyICmpInst(Pred, A == RHS ? B : A, in simplifyICmpWithBinOp()
3029 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp()
3037 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp()
3044 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp()
3055 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp()
3376 if (Value *V = SimplifyICmpInst(Pred, SrcOp, in SimplifyICmpInst()
3594 return ::SimplifyICmpInst(Predicate, LHS, RHS, Q, RecursionLimit); in SimplifyICmpInst()
4806 return SimplifyICmpInst(Predicate, LHS, RHS, Q, MaxRecurse); in SimplifyCmpInst()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h186 Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4779 if (Value *V = SimplifyICmpInst(I.getPredicate(), Op0, Op1, in visitICmpInst()