Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp317 NonConstant = 1, // Base pointers is not exclusively constant. enumerator
373 return BaseType::NonConstant; in getBaseType()
382 return getBaseType(V) == BaseType::NonConstant; in isNotExclusivelyConstantDerived()
834 baseTyRHS == BaseType::NonConstant) || in verifyInstruction()
835 (baseTyLHS == BaseType::NonConstant && in verifyInstruction()
860 if (baseTyLHS == BaseType::NonConstant && !AvailableSet.count(LHS)) in verifyInstruction()
862 if (baseTyRHS == BaseType::NonConstant && !AvailableSet.count(RHS)) in verifyInstruction()