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

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

Completed in 57 milliseconds