HomeSort by: relevance | last modified time | path
    Searched refs:allowReciprocal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 184 AllowReciprocal = (1 << 4),
209 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); }
229 Flags = (Flags & ~AllowReciprocal) | B * AllowReciprocal;
290 (SubclassOptionalData & ~FastMathFlags::AllowReciprocal) |
291 (B * FastMathFlags::AllowReciprocal);
325 (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0 &&
352 return (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 559 if (Flags.allowReciprocal())

Completed in 17 milliseconds