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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp329 static bool isFMulOrFDivWithConstant(Value *V) { function
352 /// being a constant (i.e. isFMulOrFDivWithConstant(FMulOrDiv) == true).
359 assert(isFMulOrFDivWithConstant(FMulOrDiv) && "V is invalid");
434 if (isFMulOrFDivWithConstant(Op0)) {
457 isFMulOrFDivWithConstant(Opnd0)) {

Completed in 94 milliseconds