HomeSort by relevance Sort by last modified time
    Searched defs:FMul (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 10 // This file implements the visit functions for mul, fmul, sdiv, udiv, fdiv,
281 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra())
295 /// true iff the given value is FMul or FDiv with one and only one operand
299 if (!I || (I->getOpcode() != Instruction::FMul &&
319 /// The input \p FMulOrDiv is a FMul/FDiv with one and only one operand
338 if (FMulOrDiv->getOpcode() == Instruction::FMul) {
463 Instruction *FMul = cast<Instruction>(FMulVal);
464 FMul->copyFastMathFlags(Log2);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 154 | FMul
    [all...]

Completed in 110 milliseconds