Lines Matching full:exclusively
310 /// This type indicates when the base pointer is exclusively constant
311 /// (ExclusivelySomeConstant), and if that constant is proven to be exclusively
315 NonConstant = 1, // Base pointers is not exclusively constant.
318 // set of constants, but they are not exclusively
322 /// Return the baseType for Val which states whether Val is exclusively
323 /// derived from constant/null, or not exclusively derived from constant.
324 /// Val is exclusively derived off a constant base when all operands of phi and
373 // pointer is not exclusively derived from null. in getBaseType()
376 // Continue processing the remaining values to make sure it's exclusively in getBaseType()
380 // At this point, we know that the base pointer is not exclusively in getBaseType()
384 // Now, we know that the base pointer is exclusively constant, but we need to in getBaseType()
406 /// unrelocated pointer or against a pointer exclusively derived from null.
410 /// it is comparison against constant exclusively derived from null. All
835 // Constant pointers (that are not exclusively null) may have in verifyInstruction()
846 // If one of pointers is poisoned and other is not exclusively derived in verifyInstruction()
855 // 1. Comparison between an exclusively derived null pointer and a in verifyInstruction()
857 // 2. Comparison between an exclusively derived null pointer and a in verifyInstruction()
860 // 4. Comparison between a pointer exclusively derived from null and a in verifyInstruction()