Searched refs:AlignConst (Results 1 – 1 of 1) sorted by relevance
769 ConstantSDNode *AlignConst = dyn_cast<ConstantSDNode>(Align); in LowerDYNAMIC_STACKALLOC() local 770 assert(AlignConst && "Non-constant Align in LowerDYNAMIC_STACKALLOC"); in LowerDYNAMIC_STACKALLOC() 772 unsigned A = AlignConst->getSExtValue(); in LowerDYNAMIC_STACKALLOC()