Lines Matching defs:CmpConst
8637 Constant *CmpConst;
8638 if (match(CmpI->getOperand(1), m_Constant(CmpConst)) &&
8639 CmpConst->getType() == SrcTy) {
8642 // %cond = cmp iN %x, CmpConst
8648 // %cond = cmp iN %x, CmpConst
8649 // %widesel = select i1 %cond, iN %x, iN CmpConst
8659 // == CmpConst. That is why set widened C = CmpConst, condition trunc
8660 // CmpConst == C is checked below.
8661 CastedTo = CmpConst;