Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp805 Constant *CmpConst = cast<Constant>(CmpRHS); in ComputeValueKnownInPredecessors() local
818 CmpConst, P, BB, CxtI ? CxtI : Cmp); in ComputeValueKnownInPredecessors()
837 if (isa<ConstantInt>(CmpConst) && in ComputeValueKnownInPredecessors()
856 Pred, cast<ConstantInt>(CmpConst)->getValue()); in ComputeValueKnownInPredecessors()
882 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst); in ComputeValueKnownInPredecessors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp501 Constant *CmpConst = dyn_cast<Constant>(CI->getOperand(1)); in computeUnlikelySuccessors() local
555 CmpLHSConst, CmpConst, true); in computeUnlikelySuccessors()
DValueTracking.cpp4740 Constant *CmpConst; in lookThroughCast() local
4741 if (match(CmpI->getOperand(1), m_Constant(CmpConst)) && in lookThroughCast()
4742 CmpConst->getType() == SrcTy) { in lookThroughCast()
4764 CastedTo = CmpConst; in lookThroughCast()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp524 if (Constant *CmpConst = dyn_cast<Constant>(Cmp->getOperand(1))) { in ComputeValueKnownInPredecessors() local
532 V, CmpConst); in ComputeValueKnownInPredecessors()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp603 if (Constant *CmpConst = dyn_cast<Constant>(Cmp->getOperand(1))) { in ComputeValueKnownInPredecessors() local
611 V, CmpConst); in ComputeValueKnownInPredecessors()