HomeSort by: relevance | last modified time | path
    Searched defs:FSub (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 192 | FSub
297 | FSub
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 1733 (TI->getOpcode() == Instruction::FSub &&
1739 (FI->getOpcode() == Instruction::FSub &&
2846 // fast-math-flags (nsz) or fsub with +0.0 (not fneg) for this to work. We
2850 // fsub or fneg.
2852 Instruction *FSub;
2855 match(TrueVal, m_Instruction(FSub)) && FSub->hasNoNaNs() &&
2857 Value *Fabs = Builder.CreateUnaryIntrinsic(Intrinsic::fabs, FalseVal, FSub);
2863 match(FalseVal, m_Instruction(FSub)) && FSub->hasNoNaNs() &
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 144 FSub Opcode = C.LLVMFSub
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 5753 MachineInstrBuilder FSub = MIRBuilder.buildFSub(SrcTy, Src, Threshold);
5754 MachineInstrBuilder ResLowBits = MIRBuilder.buildFPTOSI(DstTy, FSub);

Completed in 36 milliseconds