Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp802 enum BaseType baseTyLHS = getBaseType(LHS), in verifyInstruction() local
807 auto hasValidUnrelocatedUse = [&AvailableSet, Tracker, baseTyLHS, baseTyRHS, in verifyInstruction()
823 if ((baseTyLHS == BaseType::ExclusivelySomeConstant && in verifyInstruction()
825 (baseTyLHS == BaseType::NonConstant && in verifyInstruction()
834 (Tracker->isValuePoisoned(RHS) && baseTyLHS != ExclusivelyNull)) in verifyInstruction()
850 if (baseTyLHS == BaseType::NonConstant && !AvailableSet.count(LHS)) in verifyInstruction()