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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 186 ApproxFunc = (1 << 6)
211 bool approxFunc() const { return 0 != (Flags & ApproxFunc); }
235 Flags = (Flags & ~ApproxFunc) | B * ApproxFunc;
302 (SubclassOptionalData & ~FastMathFlags::ApproxFunc) |
303 (B * FastMathFlags::ApproxFunc);
327 (SubclassOptionalData & FastMathFlags::ApproxFunc) != 0);
363 return (SubclassOptionalData & FastMathFlags::ApproxFunc) != 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 473 ApproxFunc = (1 << 6),
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 502 setAllowApproxFunc(LO.ApproxFunc);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 1185 if (0 != (Val & bitc::ApproxFunc))
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 1481 Flags |= bitc::ApproxFunc;

Completed in 38 milliseconds