Searched refs:isZeroSized (Results 1 – 4 of 4) sorted by relevance
132 bool isZeroSized() const { in isZeroSized() function239 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isByteSized()
1792 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in allowsMemoryAccessForAlignment()
2262 static bool isZeroSized(const LValue &Value) { in isZeroSized() function14539 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()14540 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()
29704 if (St->getMemoryVT().isZeroSized()) in parallelizeChainedStores()