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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp481 FAddSub->getOpcode() == Instruction::FSub)) {
499 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
535 Value *FSub = Builder->CreateFSub(FMulVal, OpX); local
536 FSub->takeName(&I);
537 return ReplaceInstUsesWith(I, FSub);
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp810 Instruction *FSub = cast<Instruction>(SubOp); local
811 if ((FMF.noNaNs() || FSub->hasNoNaNs()) &&
812 (FMF.noInfs() || FSub->hasNoInfs()))
819 /// Given operands for an FSub, see if we can fold the result. If not, this
826 return ConstantFoldInstOperands(Instruction::FSub, CLHS->getType(),
2900 case Instruction::FSub:
3077 case Instruction::FSub:
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml156 | FSub Constructor in type:Opcode/t

Completed in 413 milliseconds