Home
last modified time | relevance | path

Searched defs:FMul (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml153 | FMul Constructor
Dllvm.mli203 | FMul Constructor
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1028 Value *FMul = B.CreateFMul(OpC->getArgOperand(0), Op2, "mul"); in optimizePow() local
1096 Value *FMul = getPow(InnerChain, V.convertToDouble(), B); in optimizePow() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml165 | FMul Constructor
Dllvm.mli223 | FMul Constructor
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp676 Value *FMul = Builder->CreateFMul(N0, N1); in visitFMul() local
/external/llvm/bindings/go/llvm/
Dir.go185 FMul Opcode = C.LLVMFMul const