Searched refs:bitsEq (Results 1 – 6 of 6) sorted by relevance
171 bool bitsEq(EVT VT) const { in bitsEq() function
247 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()256 if (NOutVT.bitsEq(NInVT)) { in PromoteIntRes_BITCAST()294 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) in PromoteIntRes_BITCAST()
2133 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()2148 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3171 assert(NewVT.bitsEq(VT)); in ExpandNode()
11755 if (!NVT.bitsEq(SmallVT) || NVT.getSizeInBits()*2 != BigVT.getSizeInBits()) in visitEXTRACT_SUBVECTOR()
278 assert(EltVT.bitsEq(MVT::i32)); in Select()