Home
last modified time | relevance | path

Searched refs:isZeroSized (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A DISO_Fortran_binding.cpp329 bool isZeroSized{false}; in CFI_section() local
348 isZeroSized = true; in CFI_section()
360 result->base_addr = isZeroSized ? source->base_addr : shiftedBaseAddr; in CFI_section()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DValueTypes.h124 bool isZeroSized() const { in isZeroSized() function
216 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isByteSized()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1719 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in allowsMemoryAccessForAlignment()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2048 static bool isZeroSized(const LValue &Value) { in isZeroSized() function
12921 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()
12922 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24887 if (St->getMemoryVT().isZeroSized()) in parallelizeChainedStores()