Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp315 NonConstant = 1, // Base pointers is not exclusively constant. enumerator
382 return BaseType::NonConstant; in getBaseType()
391 return getBaseType(V) == BaseType::NonConstant; in isNotExclusivelyConstantDerived()
841 baseTyRHS == BaseType::NonConstant) || in verifyInstruction()
842 (baseTyLHS == BaseType::NonConstant && in verifyInstruction()
867 if (baseTyLHS == BaseType::NonConstant && !AvailableSet.count(LHS)) in verifyInstruction()
869 if (baseTyRHS == BaseType::NonConstant && !AvailableSet.count(RHS)) in verifyInstruction()