Searched refs:bitsEq (Results 1 – 6 of 6) sorted by relevance
171 bool bitsEq(EVT VT) const { in bitsEq() function
251 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()260 if (NOutVT.bitsEq(NInVT)) { in PromoteIntRes_BITCAST()298 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) in PromoteIntRes_BITCAST()
2333 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()2348 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3212 assert(NewVT.bitsEq(VT)); in ExpandNode()
12370 if (!NVT.bitsEq(SmallVT) || NVT.getSizeInBits()*2 != BigVT.getSizeInBits()) in visitEXTRACT_SUBVECTOR()
307 assert(EltVT.bitsEq(MVT::i32)); in Select()