Home
last modified time | relevance | path

Searched refs:SimplifyMulInst (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInstructionSimplify.h42 Value *SimplifyMulInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h96 Value *SimplifyMulInst(Value *LHS, Value *RHS, const DataLayout &DL,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp732 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyMulInst() function
798 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyMulInst() function in llvm
800 return ::SimplifyMulInst(Op0, Op1, TD, DT, RecursionLimit); in SimplifyMulInst()
2352 case Instruction::Mul: return SimplifyMulInst (LHS, RHS, TD, DT, MaxRecurse); in SimplifyBinOp()
2442 Result = SimplifyMulInst(I->getOperand(0), I->getOperand(1), TD, DT); in SimplifyInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp103 if (Value *V = SimplifyMulInst(Op0, Op1, TD)) in visitMul()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp885 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const Query &Q, in SimplifyMulInst() function
972 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const DataLayout &DL, in SimplifyMulInst() function in llvm
976 return ::SimplifyMulInst(Op0, Op1, Query(DL, TLI, DT, AC, CxtI), in SimplifyMulInst()
3776 case Instruction::Mul: return SimplifyMulInst (LHS, RHS, Q, MaxRecurse); in SimplifyBinOp()
4121 SimplifyMulInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT, AC, I); in SimplifyInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp182 if (Value *V = SimplifyMulInst(Op0, Op1, DL, TLI, DT, AC)) in visitMul()