Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DSafepointIRVerifier.cpp305 NonConstant = 1, // Base pointers is not exclusively constant. enumerator
362 return BaseType::NonConstant; in getBaseType()
371 return getBaseType(V) == BaseType::NonConstant; in isNotExclusivelyConstantDerived()
824 baseTyRHS == BaseType::NonConstant) || in verifyInstruction()
825 (baseTyLHS == BaseType::NonConstant && in verifyInstruction()
850 if (baseTyLHS == BaseType::NonConstant && !AvailableSet.count(LHS)) in verifyInstruction()
852 if (baseTyRHS == BaseType::NonConstant && !AvailableSet.count(RHS)) in verifyInstruction()