Searched refs:SimplifySDivInst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const DataLayout &DL,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1081 static Value *SimplifySDivInst(Value *Op0, Value *Op1, const Query &Q, in SimplifySDivInst() function 1089 Value *llvm::SimplifySDivInst(Value *Op0, Value *Op1, const DataLayout &DL, in SimplifySDivInst() function in llvm 1093 return ::SimplifySDivInst(Op0, Op1, Query(DL, TLI, DT, AC, CxtI), in SimplifySDivInst() 3445 case Instruction::SDiv: return SimplifySDivInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 3669 Result = SimplifySDivInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT, in SimplifyInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1111 if (Value *V = SimplifySDivInst(Op0, Op1, DL, TLI, DT, AC)) in visitSDiv()
|