Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Cst

1705   const APInt &Cst = cast<ConstantSDNode>(N)->getAPIntValue();
1706 Lo = DAG.getConstant(Cst.trunc(NBitWidth), NVT);
1707 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), NVT);
2516 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(NewRHS))
2517 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0
2518 (CCCode == ISD::SETGT && CST->isAllOnesValue())) { // X > -1