Searched defs:FMul (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp426 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra())
465 /// true iff the given value is FMul or FDiv with one and only one operand
469 if (!I || (I->getOpcode() != Instruction::FMul &&
483 /// The input \p FMulOrDiv is a FMul/FDiv with one and only one operand
502 if (FMulOrDiv->getOpcode() == Instruction::FMul) {
676 Value *FMul = Builder->CreateFMul(N0, N1); local
677 FMul->takeName(&I);
678 return replaceInstUsesWith(I, FMul);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml165 | FMul Constructor in type:Opcode/t
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml153 | FMul Constructor in type:Opcode/t

Completed in 1761 milliseconds