Home
last modified time | relevance | path

Searched refs:AlignedAlloc (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3075 auto AlignedAlloc = MIRBuilder.buildAnd(IntPtrTy, AllocAdd, AlignCst); in translateAlloca() local
3080 MIRBuilder.buildDynStackAlloc(getOrCreateVReg(AI), AlignedAlloc, Alignment); in translateAlloca()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td2719 def AlignedAlloc : LibBuiltin<"stdlib.h"> {