Searched refs:isZeroSized (Results 1 – 4 of 4) sorted by relevance
125 bool isZeroSized() const { in isZeroSized() function217 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isByteSized()
1713 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in allowsMemoryAccessForAlignment()
2044 static bool isZeroSized(const LValue &Value) { in isZeroSized() function12699 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()12700 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()
23308 if (St->getMemoryVT().isZeroSized()) in parallelizeChainedStores()