Searched refs:isByteSized (Results 1 – 6 of 6) sorted by relevance
112 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()211 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()396 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
1140 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()1446 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
261 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()1718 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()2584 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
1865 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in ExpandFCOPYSIGN()
712 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
504 bool isByteSized() const { in isByteSized() function