Home
last modified time | relevance | path

Searched refs:CmpConst (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp872 Constant *CmpConst = cast<Constant>(CmpRHS); in computeValueKnownInPredecessorsImpl() local
881 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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp531 Constant *CmpConst = dyn_cast<Constant>(CI->getOperand(1)); in computeUnlikelySuccessors() local
583 CmpLHSConst, CmpConst, true); in computeUnlikelySuccessors()
DValueTracking.cpp6101 Constant *CmpConst; in lookThroughCast() local
6102 if (match(CmpI->getOperand(1), m_Constant(CmpConst)) && in lookThroughCast()
6103 CmpConst->getType() == SrcTy) { in lookThroughCast()
6125 CastedTo = CmpConst; in lookThroughCast()