Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h124 bool isZeroSized() const { in isZeroSized() function
227 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isByteSized()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1784 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in allowsMemoryAccessForAlignment()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2127 static bool isZeroSized(const LValue &Value) { in isZeroSized() function
13341 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()
13342 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28163 if (St->getMemoryVT().isZeroSized()) in parallelizeChainedStores()