Searched refs:SimplifyOrInst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 189 Value *SimplifyOrInst(Value *LHS, Value *RHS, const DataLayout &DL,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 69 static Value *SimplifyOrInst(Value *, Value *, const Query &, unsigned); 434 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in ThreadCmpOverSelect() 1718 static Value *SimplifyOrInst(Value *Op0, Value *Op1, const Query &Q, in SimplifyOrInst() function 1844 Value *llvm::SimplifyOrInst(Value *Op0, Value *Op1, const DataLayout &DL, in SimplifyOrInst() function in llvm 1848 return ::SimplifyOrInst(Op0, Op1, Query(DL, TLI, DT, AC, CxtI), in SimplifyOrInst() 3735 case Instruction::Or: return SimplifyOrInst (LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 4026 SimplifyOrInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT, AC, I); in SimplifyInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 2238 if (Value *V = SimplifyOrInst(Op0, Op1, DL, TLI, DT, AC)) in visitOr()
|