Lines Matching defs:Slice
982 ConstantDataArraySlice Slice;
983 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) {
985 if (Slice.Array == nullptr) {
989 for (uint64_t I = 0, E = Slice.Length; I < E; ++I) {
990 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) {
1220 // Slice off the character's high end bits.
1281 // Slice off the sought character's high end bits.
1315 // Slice off the character's high end bits.
1367 // Slice off the sought character's high end bits.
1446 // Slice off the character's high end bits.