Searched refs:isByteSized (Results 1 – 7 of 7) sorted by relevance
148 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()259 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()444 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
392 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
1122 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()1429 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()1807 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()2707 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
1519 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in ExpandFCOPYSIGN()
756 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
679 bool isByteSized() const { in isByteSized() function