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