Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:SRL_PARTS

159   setOperationAction(ISD::SRL_PARTS, MVT::i32  , Custom);
162 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom);
1276 /// LowerShiftRightParts - Lower SRL_PARTS, SRA_PARTS, which
1284 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
1420 case ISD::SRL_PARTS: