Home
last modified time | relevance | path

Searched refs:AllowReassoc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h180 AllowReassoc = (1 << 0), enumerator
205 bool allowReassoc() const { return 0 != (Flags & AllowReassoc); } in allowReassoc()
217 Flags = (Flags & ~AllowReassoc) | B * AllowReassoc;
263 (SubclassOptionalData & ~FastMathFlags::AllowReassoc) | in setHasAllowReassoc()
264 (B * FastMathFlags::AllowReassoc); in setHasAllowReassoc()
318 return ((SubclassOptionalData & FastMathFlags::AllowReassoc) != 0 && in isFast()
329 return (SubclassOptionalData & FastMathFlags::AllowReassoc) != 0; in hasAllowReassoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h454 AllowReassoc = (1 << 7) enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1404 Flags |= bitc::AllowReassoc; in getOptimizationFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1162 if (0 != (Val & bitc::AllowReassoc)) in getDecodedFastMathFlags()