Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp665 ConstantSDNode *AlignConst = dyn_cast<ConstantSDNode>(Align); in LowerDYNAMIC_STACKALLOC() local
666 assert(AlignConst && "Non-constant Align in LowerDYNAMIC_STACKALLOC"); in LowerDYNAMIC_STACKALLOC()
668 unsigned A = AlignConst->getSExtValue(); in LowerDYNAMIC_STACKALLOC()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1042 ConstantSDNode *AlignConst = dyn_cast<ConstantSDNode>(Align); in LowerDYNAMIC_STACKALLOC() local
1043 assert(AlignConst && "Non-constant Align in LowerDYNAMIC_STACKALLOC"); in LowerDYNAMIC_STACKALLOC()
1045 unsigned A = AlignConst->getSExtValue(); in LowerDYNAMIC_STACKALLOC()