Searched refs:CmpConst (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 805 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/ |
D | BranchProbabilityInfo.cpp | 501 Constant *CmpConst = dyn_cast<Constant>(CI->getOperand(1)); in computeUnlikelySuccessors() local 555 CmpLHSConst, CmpConst, true); in computeUnlikelySuccessors()
|
D | ValueTracking.cpp | 4740 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/ |
D | JumpThreading.cpp | 524 if (Constant *CmpConst = dyn_cast<Constant>(Cmp->getOperand(1))) { in ComputeValueKnownInPredecessors() local 532 V, CmpConst); in ComputeValueKnownInPredecessors()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 603 if (Constant *CmpConst = dyn_cast<Constant>(Cmp->getOperand(1))) { in ComputeValueKnownInPredecessors() local 611 V, CmpConst); in ComputeValueKnownInPredecessors()
|