Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2413 const BitTracker::BitValue &TopV = RC[W-1]; in simplifyExtractLow() local
2428 if (TopV.is(0) || TopV.is(1)) { in simplifyExtractLow()
2429 bool S = TopV.is(1); in simplifyExtractLow()
2439 assert(TopV.Type == BitTracker::BitValue::Ref); in simplifyExtractLow()
2440 if (TopV.RefI.Reg == RD.Reg || TopV.RefI.Pos == W-1) in simplifyExtractLow()
2442 for (--W; W > 0 && RC[W-1] == TopV; --W) in simplifyExtractLow()