reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
22446   if (ShiftAmt == 0)
22450   if (ShiftAmt >= ElementType.getSizeInBits()) {
22452       ShiftAmt = ElementType.getSizeInBits() - 1;
22477         Elts.push_back(DAG.getConstant(C.shl(ShiftAmt), dl, ElementType));
22489         Elts.push_back(DAG.getConstant(C.lshr(ShiftAmt), dl, ElementType));
22501         Elts.push_back(DAG.getConstant(C.ashr(ShiftAmt), dl, ElementType));
22510                      DAG.getTargetConstant(ShiftAmt, dl, MVT::i8));