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

  /external/llvm/include/llvm/IR/
Operator.h 182 AllowReciprocal = (1 << 4)
198 bool allowReciprocal() { return 0 != (Flags & AllowReciprocal); }
205 void setAllowReciprocal() { Flags |= AllowReciprocal; }
252 (SubclassOptionalData & ~FastMathFlags::AllowReciprocal) |
253 (B * FastMathFlags::AllowReciprocal);
289 return (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]

Completed in 40 milliseconds