Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1001 ConstantSDNode *AlignConst = dyn_cast<ConstantSDNode>(Align); in LowerDYNAMIC_STACKALLOC() local
1002 assert(AlignConst && "Non-constant Align in LowerDYNAMIC_STACKALLOC"); in LowerDYNAMIC_STACKALLOC()
1004 unsigned A = AlignConst->getSExtValue(); in LowerDYNAMIC_STACKALLOC()