Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp820 baseTyRHS = getBaseType(RHS); in verifyInstruction() local
824 auto hasValidUnrelocatedUse = [&AvailableSet, Tracker, baseTyLHS, baseTyRHS, in verifyInstruction()
841 baseTyRHS == BaseType::NonConstant) || in verifyInstruction()
843 baseTyRHS == BaseType::ExclusivelySomeConstant)) in verifyInstruction()
850 if ((Tracker->isValuePoisoned(LHS) && baseTyRHS != ExclusivelyNull) || in verifyInstruction()
869 if (baseTyRHS == BaseType::NonConstant && !AvailableSet.count(RHS)) in verifyInstruction()