Searched refs:isByteSized (Results 1 – 7 of 7) sorted by relevance
150 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()257 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()443 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
392 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
1133 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()1440 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
289 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()1808 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()2708 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
1523 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in ExpandFCOPYSIGN()
765 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
681 bool isByteSized() const { in isByteSized() function