Searched refs:AlignConst (Results 1 – 2 of 2) sorted by relevance
665 ConstantSDNode *AlignConst = dyn_cast<ConstantSDNode>(Align); in LowerDYNAMIC_STACKALLOC() local666 assert(AlignConst && "Non-constant Align in LowerDYNAMIC_STACKALLOC"); in LowerDYNAMIC_STACKALLOC()668 unsigned A = AlignConst->getSExtValue(); in LowerDYNAMIC_STACKALLOC()
1042 ConstantSDNode *AlignConst = dyn_cast<ConstantSDNode>(Align); in LowerDYNAMIC_STACKALLOC() local1043 assert(AlignConst && "Non-constant Align in LowerDYNAMIC_STACKALLOC"); in LowerDYNAMIC_STACKALLOC()1045 unsigned A = AlignConst->getSExtValue(); in LowerDYNAMIC_STACKALLOC()