Searched refs:bitsEq (Results 1 – 6 of 6) sorted by relevance
189 bool bitsEq(EVT VT) const { in bitsEq() function
338 assert(EltVT.bitsEq(MVT::i32)); in Select()
256 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()299 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) in PromoteIntRes_BITCAST()
2439 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()2454 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3237 assert(NewVT.bitsEq(VT)); in ExpandNode()
13025 if (!NVT.bitsEq(SmallVT) || NVT.getSizeInBits()*2 != BigVT.getSizeInBits()) in visitEXTRACT_SUBVECTOR()