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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp583 FAddSub->getOpcode() == Instruction::FSub)) {
601 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
642 Value *FSub = Builder->CreateFSub(FMulVal, OpX); local
643 FSub->takeName(&I);
644 return ReplaceInstUsesWith(I, FSub);
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp819 Instruction *FSub = cast<Instruction>(SubOp); local
820 if ((FMF.noNaNs() || FSub->hasNoNaNs()) &&
821 (FMF.noInfs() || FSub->hasNoInfs()))
828 /// Given operands for an FSub, see if we can fold the result. If not, this
835 return ConstantFoldInstOperands(Instruction::FSub, CLHS->getType(),
3713 case Instruction::FSub:
3776 case Instruction::FSub:
3962 case Instruction::FSub:
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml163 | FSub Constructor in type:Opcode/t

Completed in 99 milliseconds