Searched defs:IsS (Results 1 – 4 of 4) sorted by relevance
206 bool IsS() const { return IsV() && Is32Bits(); } in IsS() function
185 bool IsS() const { return IsV() && Is32Bits(); } in IsS() function
115 bool IsS() const { return GetType() == kSRegister; } in IsS() function
11594 auto IsS = [&](const SCEV *X) { return S == X; }; in hasOperand() local