Searched refs:CmpConst (Results 1 – 3 of 3) sorted by relevance
825 Constant *CmpConst = cast<Constant>(CmpRHS); in ComputeValueKnownInPredecessorsImpl() local838 CmpConst, P, BB, CxtI ? CxtI : Cmp); in ComputeValueKnownInPredecessorsImpl()857 if (isa<ConstantInt>(CmpConst) && in ComputeValueKnownInPredecessorsImpl()876 Pred, cast<ConstantInt>(CmpConst)->getValue()); in ComputeValueKnownInPredecessorsImpl()902 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst); in ComputeValueKnownInPredecessorsImpl()
530 Constant *CmpConst = dyn_cast<Constant>(CI->getOperand(1)); in computeUnlikelySuccessors() local584 CmpLHSConst, CmpConst, true); in computeUnlikelySuccessors()
5165 Constant *CmpConst; in lookThroughCast() local5166 if (match(CmpI->getOperand(1), m_Constant(CmpConst)) && in lookThroughCast()5167 CmpConst->getType() == SrcTy) { in lookThroughCast()5189 CastedTo = CmpConst; in lookThroughCast()