Searched refs:bitsEq (Results 1 – 5 of 5) sorted by relevance
692 bool bitsEq(EVT VT) const { in bitsEq() function
1823 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()1837 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
218 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()255 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) in PromoteIntRes_BITCAST()
3036 assert(NewVT.bitsEq(VT)); in ExpandNode()
9248 if (!NVT.bitsEq(SmallVT) || NVT.getSizeInBits()*2 != BigVT.getSizeInBits()) in visitEXTRACT_SUBVECTOR()