Searched defs:IsExact (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DOperator.h130 IsExact = (1 << 0) enumerator in enum:llvm::PossiblyExactOperator::__anon7181
139 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
146 return SubclassOptionalData & IsExact;

Completed in 41 milliseconds