Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Cst

258       TheAnd.setOperand(1, CI);  // Reduce bits set in and cst.
953 // ICMP_[US][GL]E X, CST is folded to ICMP_[US][GL]T elsewhere.
1853 // ICMP_[US][GL]E X, CST is folded to ICMP_[US][GL]T elsewhere.
1900 Value *Cst = Builder->getInt(Xor);
1901 Value *Or = Builder->CreateOr(LHS->getOperand(0), Cst);