Searched defs:FSub (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp586 FAddSub->getOpcode() == Instruction::FSub)) {
604 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
656 Value *FSub = Builder->CreateFSub(FMulVal, OpX); local
657 FSub->takeName(&I);
658 return replaceInstUsesWith(I, FSub);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml163 | FSub Constructor in type:Opcode/t
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp815 Instruction *FSub = cast<Instruction>(SubOp); local
816 if ((FMF.noNaNs() || FSub->hasNoNaNs()) &&
817 (FMF.noInfs() || FSub->hasNoInfs()))
824 /// Given operands for an FSub, see if we can fold the result. If not, this
830 return ConstantFoldBinaryOpOperands(Instruction::FSub, CLHS, CRHS, Q.DL);
3773 case Instruction::FSub:
3833 case Instruction::FSub:
4105 case Instruction::FSub:
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml151 | FSub Constructor in type:Opcode/t

Completed in 299 milliseconds