Home
last modified time | relevance | path

Searched defs:FSub (Results 1 – 5 of 5) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
Dllvm.ml163 | FSub Constructor
Dllvm.mli221 | FSub Constructor
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp631 Value *FSub = Builder->CreateFSub(FMulVal, OpX); in visitFMul() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp820 Instruction *FSub = cast<Instruction>(SubOp); in SimplifyFAddInst() local
/external/llvm/bindings/go/llvm/
Dir.go181 FSub Opcode = C.LLVMFSub const