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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp572 FAddSub->getOpcode() == Instruction::FSub)) {
590 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
631 Value *FSub = Builder->CreateFSub(FMulVal, OpX); local
632 FSub->takeName(&I);
633 return ReplaceInstUsesWith(I, FSub);
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp820 Instruction *FSub = cast<Instruction>(SubOp); local
821 if ((FMF.noNaNs() || FSub->hasNoNaNs()) &&
822 (FMF.noInfs() || FSub->hasNoInfs()))
829 /// Given operands for an FSub, see if we can fold the result. If not, this
836 return ConstantFoldInstOperands(Instruction::FSub, CLHS->getType(),
3439 case Instruction::FSub:
3502 case Instruction::FSub:
3650 case Instruction::FSub:
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml163 | FSub Constructor in type:Opcode/t

Completed in 175 milliseconds