Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A DISO_Fortran_binding.cpp176 bool isZeroSized{false}; in CFI_section() local
195 isZeroSized = true; in CFI_section()
207 result->base_addr = isZeroSized ? source->base_addr : shiftedBaseAddr; in CFI_section()
/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h132 bool isZeroSized() const { in isZeroSized()
239 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isRound()
131 bool isZeroSized() const { isZeroSized() function
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1717 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in getVectorTypeBreakdown()
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2267 static bool isZeroSized(const LValue &Value) { in CheckLValueConstantExpression()
14442 if ((RHSValue.Base && isZeroSized(LHSValue)) || in VisitUnaryReal()
14443 (LHSValue.Base && isZeroSized(RHSValue))) in VisitUnaryReal()
2134 static bool isZeroSized(const LValue &Value) { isZeroSized() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp[all...]