Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp825 Constant *CmpConst = cast<Constant>(CmpRHS); in ComputeValueKnownInPredecessorsImpl() local
838 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp530 Constant *CmpConst = dyn_cast<Constant>(CI->getOperand(1)); in computeUnlikelySuccessors() local
584 CmpLHSConst, CmpConst, true); in computeUnlikelySuccessors()
DValueTracking.cpp5165 Constant *CmpConst; in lookThroughCast() local
5166 if (match(CmpI->getOperand(1), m_Constant(CmpConst)) && in lookThroughCast()
5167 CmpConst->getType() == SrcTy) { in lookThroughCast()
5189 CastedTo = CmpConst; in lookThroughCast()