Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
843 baseTyRHS == BaseType::NonConstant) || in verifyInstruction()
844 (baseTyLHS == BaseType::NonConstant && in verifyInstruction()
869 if (baseTyLHS == BaseType::NonConstant && !AvailableSet.count(LHS)) in verifyInstruction()
871 if (baseTyRHS == BaseType::NonConstant && !AvailableSet.count(RHS)) in verifyInstruction()