HomeSort by relevance Sort by last modified time
    Searched defs:FSub (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 409 FAddSub->getOpcode() == Instruction::FSub)) {
428 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
465 Instruction *FSub = BinaryOperator::CreateFSub(FMulVal, OpX);
466 FSub->copyFastMathFlags(Log2);
467 return FSub;
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 152 | FSub
    [all...]

Completed in 540 milliseconds