Searched refs:AlignValue (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1298 Value *AlignValue, in CreateAlignmentAssumptionHelper() argument 1300 SmallVector<Value *, 4> Vals({PtrValue, AlignValue}); in CreateAlignmentAssumptionHelper() 1316 Value *AlignValue = ConstantInt::get(IntPtrTy, Alignment); in CreateAlignmentAssumption() local 1317 return CreateAlignmentAssumptionHelper(DL, PtrValue, AlignValue, OffsetValue); in CreateAlignmentAssumption()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 356 llvm::APSInt AlignValue = AlignResult.Val.getInt(); in BuiltinAlignment() local 359 if (AlignValue < 1) { in BuiltinAlignment() 363 if (llvm::APSInt::compareValues(AlignValue, MaxValue) > 0) { in BuiltinAlignment() 368 if (!AlignValue.isPowerOf2()) { in BuiltinAlignment() 372 if (AlignValue == 1) { in BuiltinAlignment()
|
H A D | SemaTemplateInstantiateDecl.cpp | 762 if (const auto *AlignValue = dyn_cast<AlignValueAttr>(TmplAttr)) { in InstantiateAttrs() local 763 instantiateDependentAlignValueAttr(*this, TemplateArgs, AlignValue, New); in InstantiateAttrs()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 2627 Value *PtrValue, Value *AlignValue,
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 828 def AlignValue : Attr {
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9262 case attr::AlignValue: { in Import()
|