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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp462 Value *FMulVal = Builder->CreateFMul(OpX, Log2); local
463 Instruction *FMul = cast<Instruction>(FMulVal);
465 Instruction *FSub = BinaryOperator::CreateFSub(FMulVal, OpX);

Completed in 46 milliseconds