Searched refs:SimplifyICmpInst (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 64 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, 987 Value *V = SimplifyICmpInst(Pred, LHS, RHS, Q, MaxRecurse); in isICmpTrue() 2972 if (Value *V = SimplifyICmpInst(Pred, A == RHS ? B : A, in simplifyICmpWithBinOp() 2980 SimplifyICmpInst(Pred, Constant::getNullValue(LHS->getType()), in simplifyICmpWithBinOp() 3008 if (Value *V = SimplifyICmpInst(Pred, Y, Z, Q, MaxRecurse - 1)) in simplifyICmpWithBinOp() 3085 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp() 3093 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp() 3100 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp() 3111 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp() 3177 if (Value *V = SimplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1)) in simplifyICmpWithMinMax() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 223 Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 1194 Value *SubstituteCmp = SimplifyICmpInst(Pred1, Y, C, Q); in foldAndOrOfICmpsWithConstEq()
|
| H A D | InstCombineCompares.cpp | 5587 if (Value *V = SimplifyICmpInst(I.getPredicate(), Op0, Op1, Q)) in visitICmpInst()
|