Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:Cst

2449       ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(BVN->getOperand(i));
2452 if (!Cst) {
2479 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Operand))
2480 Val = Cst->getSExtValue();