Searched refs:bitsEq (Results 1 – 10 of 10) sorted by relevance
194 bool bitsEq(EVT VT) const { in bitsEq() function
530 bool bitsEq(EVT VT) const { in bitsEq() function
2230 if (!N1VT.bitsEq(ShiftVT)) { in LowerI8Math()2253 if (!N1VT.bitsEq(ShiftVT)) { in LowerI8Math()2270 if (!N1VT.bitsEq(ShiftVT)) { in LowerI8Math()
1603 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()1617 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
220 if (NOutVT.bitsEq(NInVT)) in PromoteIntRes_BITCAST()254 if (OutVT.bitsEq(NInVT)) in PromoteIntRes_BITCAST()
294 assert(EltVT.bitsEq(MVT::i32)); in Select()
2557 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()2572 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
261 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()304 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) in PromoteIntRes_BITCAST()
3018 assert(NewVT.bitsEq(VT)); in ExpandNode()
13223 if (!NVT.bitsEq(SmallVT) || NVT.getSizeInBits()*2 != BigVT.getSizeInBits()) in visitEXTRACT_SUBVECTOR()