Searched refs:InpRC (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 1500 const BitTracker::RegisterCell &InpRC = BT.lookup(Inp.Reg); in findMatch() local 1513 if (!HBS::isEqual(InpRC, B, RC, 0, W)) in findMatch() 1527 if (HBS::isEqual(InpRC, B, RC, 0, W)) in findMatch() 1529 else if (HBS::isEqual(InpRC, B, RC, W, W)) in findMatch()
|