Searched refs:AlignedAlloc (Results 1 – 2 of 2) sorted by relevance
3075 auto AlignedAlloc = MIRBuilder.buildAnd(IntPtrTy, AllocAdd, AlignCst); in translateAlloca() local3080 MIRBuilder.buildDynStackAlloc(getOrCreateVReg(AI), AlignedAlloc, Alignment); in translateAlloca()
2719 def AlignedAlloc : LibBuiltin<"stdlib.h"> {