Searched refs:CmpConst (Results 1 – 3 of 3) sorted by relevance
865 Constant *CmpConst = cast<Constant>(CmpRHS); in computeValueKnownInPredecessorsImpl() local874 CmpConst, P, BB, CxtI ? CxtI : Cmp); in computeValueKnownInPredecessorsImpl()893 if (isa<ConstantInt>(CmpConst) && in computeValueKnownInPredecessorsImpl()908 Pred, cast<ConstantInt>(CmpConst)->getValue()); in computeValueKnownInPredecessorsImpl()934 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst); in computeValueKnownInPredecessorsImpl()
591 Constant *CmpConst = dyn_cast<Constant>(CI->getOperand(1)); in computeUnlikelySuccessors() local644 CmpLHSConst, CmpConst, true); in computeUnlikelySuccessors()
6282 Constant *CmpConst; in lookThroughCast() local6283 if (match(CmpI->getOperand(1), m_Constant(CmpConst)) && in lookThroughCast()6284 CmpConst->getType() == SrcTy) { in lookThroughCast()6306 CastedTo = CmpConst; in lookThroughCast()