Searched refs:SimplifyOrInst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 98 Value *SimplifyOrInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 46 static Value *SimplifyOrInst(Value *, Value *, const TargetData *, 421 if (Value *V = SimplifyOrInst(Cond, FCmp, TD, DT, MaxRecurse)) in ThreadCmpOverSelect() 1224 static Value *SimplifyOrInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyOrInst() function 1311 Value *llvm::SimplifyOrInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyOrInst() function in llvm 1313 return ::SimplifyOrInst(Op0, Op1, TD, DT, RecursionLimit); in SimplifyOrInst() 2326 case Instruction::Or: return SimplifyOrInst (LHS, RHS, TD, DT, MaxRecurse); in SimplifyBinOp() 2441 Result = SimplifyOrInst(I->getOperand(0), I->getOperand(1), TD, DT); in SimplifyInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1756 if (Value *V = SimplifyOrInst(Op0, Op1, TD)) in visitOr()
|