Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CST

1765   const APInt &Cst = Constant->getAPIntValue();
1768 Lo = DAG.getConstant(Cst.trunc(NBitWidth), NVT, IsTarget, IsOpaque);
1769 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), NVT, IsTarget,
2545 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(NewRHS))
2546 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0
2547 (CCCode == ISD::SETGT && CST->isAllOnesValue())) { // X > -1