Lines Matching defs:ShiftLeft
124 bool ShiftLeft = false;
151 ShiftLeft = false;
174 ShiftLeft = false;
197 ShiftLeft = true;
200 assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left");
220 return (LogicalShift ? (ShiftLeft ? Builder.CreateShl(Vec, Amt)
247 return (LogicalShift ? (ShiftLeft ? Builder.CreateShl(Vec, Amt)
291 if (ShiftLeft)
306 bool ShiftLeft = false;
321 ShiftLeft = false;
333 ShiftLeft = false;
345 ShiftLeft = true;
348 assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left");
362 return (LogicalShift ? (ShiftLeft ? Builder.CreateShl(Vec, Amt)
430 if (ShiftLeft)