Searched refs:isZeroSized (Results 1 – 5 of 5) sorted by relevance
329 bool isZeroSized{false}; in CFI_section() local348 isZeroSized = true; in CFI_section()360 result->base_addr = isZeroSized ? source->base_addr : shiftedBaseAddr; in CFI_section()
124 bool isZeroSized() const { in isZeroSized() function216 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isByteSized()
1719 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in allowsMemoryAccessForAlignment()
2048 static bool isZeroSized(const LValue &Value) { in isZeroSized() function12921 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()12922 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()
24887 if (St->getMemoryVT().isZeroSized()) in parallelizeChainedStores()