Lines Matching defs:Cst
1895 Constant *Cst = nullptr;
1899 if (!Cst) {
1901 Cst = C;
1904 if (Constant *Res = ConstantFoldBinaryOpOperands(Opcode, C, Cst, DL)) {
1906 Cst = Res;
1914 return Cst;
1919 if (Cst && Cst != ConstantExpr::getBinOpIdentity(Opcode, I->getType())) {
1920 if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType()))
1921 return Cst;
1922 Ops.push_back(ValueEntry(0, Cst));