Lines Matching refs:KC
355 if (Constant *KC = getKnownConstant(V, Preference)) { in ComputeValueKnownInPredecessors() local
357 Result.push_back(std::make_pair(KC, *PI)); in ComputeValueKnownInPredecessors()
385 if (Constant *KC = getKnownConstant(PredCst, Preference)) in ComputeValueKnownInPredecessors() local
386 Result.push_back(std::make_pair(KC, P)); in ComputeValueKnownInPredecessors()
396 if (Constant *KC = getKnownConstant(InVal, Preference)) { in ComputeValueKnownInPredecessors() local
397 Result.push_back(std::make_pair(KC, PN->getIncomingBlock(i))); in ComputeValueKnownInPredecessors()
401 if (Constant *KC = getKnownConstant(CI, Preference)) in ComputeValueKnownInPredecessors() local
402 Result.push_back(std::make_pair(KC, PN->getIncomingBlock(i))); in ComputeValueKnownInPredecessors()
487 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
488 Result.push_back(std::make_pair(KC, LHSVals[i].second)); in ComputeValueKnownInPredecessors()
520 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessors() local
521 Result.push_back(std::make_pair(KC, PredBB)); in ComputeValueKnownInPredecessors()
563 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
564 Result.push_back(std::make_pair(KC, LHSVals[i].second)); in ComputeValueKnownInPredecessors()
608 if (Constant *KC = getKnownConstant(CI, Preference)) { in ComputeValueKnownInPredecessors() local
610 Result.push_back(std::make_pair(KC, *PI)); in ComputeValueKnownInPredecessors()