Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h342 llvm::Value* FSub(Args&&... args) { in FSub() function
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml163 | FSub Constructor
Dllvm.mli221 | FSub Constructor
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp656 Value *FSub = Builder->CreateFSub(FMulVal, OpX); in visitFMul() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2472 Instruction *FSub; in visitSelectInst() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp815 Instruction *FSub = cast<Instruction>(SubOp); in SimplifyFAddInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3998 MachineInstrBuilder FSub = MIRBuilder.buildFSub(SrcTy, Src, Threshold); in lowerFPTOUI() local
/external/llvm/bindings/go/llvm/
Dir.go183 FSub Opcode = C.LLVMFSub const