Searched refs:SimplifyMulInst (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h84 /// SimplifyMulInst - Given operands for a Mul, see if we can
86 Value *SimplifyMulInst(Value *LHS, Value *RHS, const DataLayout *TD = 0,
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp972 /// SimplifyMulInst - Given operands for a Mul, see if we can
974 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const Query &Q, function
1057 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const DataLayout *TD, function in class:llvm
1060 return ::SimplifyMulInst(Op0, Op1, Query (TD, TLI, DT), RecursionLimit);
2881 case Instruction::Mul: return SimplifyMulInst (LHS, RHS, Q, MaxRecurse);
3070 Result = SimplifyMulInst(I->getOperand(0), I->getOperand(1), TD, TLI, DT);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp121 if (Value *V = SimplifyMulInst(Op0, Op1, TD))

Completed in 57 milliseconds