Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ConvType

556 encodeMemSDNodeFlags(int ConvType, ISD::MemIndexedMode AM, bool isVolatile,
558 assert((ConvType & 3) == ConvType &&
559 "ConvType may not require more than 2 bits!");
562 return ConvType |