Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ConvType

488 encodeMemSDNodeFlags(int ConvType, ISD::MemIndexedMode AM, bool isVolatile,
490 assert((ConvType & 3) == ConvType &&
491 "ConvType may not require more than 2 bits!");
494 return ConvType |