Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ConvType

511 encodeMemSDNodeFlags(int ConvType, ISD::MemIndexedMode AM, bool isVolatile,
513 assert((ConvType & 3) == ConvType &&
514 "ConvType may not require more than 2 bits!");
517 return ConvType |