Searched refs:isByteSized (Results 1 – 7 of 7) sorted by relevance
161 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()271 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()485 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
509 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
1368 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()1689 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
348 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()2012 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()2962 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
1674 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
990 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
178 bool isByteSized() const { in isByteSized() function