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

References

lib/Target/X86/X86ISelLowering.cpp
22443     SrcOp = DAG.getBitcast(VT, SrcOp);
22454       return DAG.getConstant(0, dl, VT);
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));
22506     return DAG.getBuildVector(VT, dl, Elts);
22509   return DAG.getNode(Opc, dl, VT, SrcOp,
22510                      DAG.getTargetConstant(ShiftAmt, dl, MVT::i8));