Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h125 bool isZeroSized() const { in isZeroSized() function
217 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isByteSized()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1713 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in allowsMemoryAccessForAlignment()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp2044 static bool isZeroSized(const LValue &Value) { in isZeroSized() function
12699 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()
12700 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp23308 if (St->getMemoryVT().isZeroSized()) in parallelizeChainedStores()