Lines Matching defs:Slice
991 ConstantDataArraySlice Slice;
992 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) {
994 if (Slice.Array == nullptr) {
998 for (uint64_t I = 0, E = Slice.Length; I < E; ++I) {
999 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) {
1228 // Slice off the character's high end bits.
1289 // Slice off the sought character's high end bits.
1323 // Slice off the character's high end bits.
1375 // Slice off the sought character's high end bits.