Searched refs:isZeroSized (Results 1 – 4 of 4) sorted by relevance
131 bool isZeroSized() const { in isZeroSized() function234 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isByteSized()
1705 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in allowsMemoryAccessForAlignment()
2134 static bool isZeroSized(const LValue &Value) { in isZeroSized() function13708 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()13709 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()
28576 if (St->getMemoryVT().isZeroSized()) in parallelizeChainedStores()