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.h132 bool isZeroSized() const { in isZeroSized() function
239 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isByteSized()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1792 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in allowsMemoryAccessForAlignment()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2262 static bool isZeroSized(const LValue &Value) { in isZeroSized() function
14539 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()
14540 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp29704 if (St->getMemoryVT().isZeroSized()) in parallelizeChainedStores()