Searched refs:CmpConst (Results 1 – 3 of 3) sorted by relevance
872 Constant *CmpConst = cast<Constant>(CmpRHS); in computeValueKnownInPredecessorsImpl() local881 CmpConst, P, BB, CxtI ? CxtI : Cmp); in computeValueKnownInPredecessorsImpl()900 if (isa<ConstantInt>(CmpConst) && in computeValueKnownInPredecessorsImpl()915 Pred, cast<ConstantInt>(CmpConst)->getValue()); in computeValueKnownInPredecessorsImpl()941 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst); in computeValueKnownInPredecessorsImpl()
531 Constant *CmpConst = dyn_cast<Constant>(CI->getOperand(1)); in computeUnlikelySuccessors() local583 CmpLHSConst, CmpConst, true); in computeUnlikelySuccessors()
6101 Constant *CmpConst; in lookThroughCast() local6102 if (match(CmpI->getOperand(1), m_Constant(CmpConst)) && in lookThroughCast()6103 CmpConst->getType() == SrcTy) { in lookThroughCast()6125 CastedTo = CmpConst; in lookThroughCast()