Lines Matching defs:KC
572 if (Constant *KC = getKnownConstant(V, Preference)) {
574 Result.emplace_back(KC, Pred);
600 if (Constant *KC = getKnownConstant(PredCst, Preference))
601 Result.emplace_back(KC, P);
611 if (Constant *KC = getKnownConstant(InVal, Preference)) {
612 Result.emplace_back(KC, PN->getIncomingBlock(i));
617 if (Constant *KC = getKnownConstant(CI, Preference))
618 Result.emplace_back(KC, PN->getIncomingBlock(i));
732 if (Constant *KC = getKnownConstant(Folded, WantInteger))
733 Result.emplace_back(KC, LHSVal.second);
783 if (Constant *KC = getKnownConstant(Res, WantInteger))
784 Result.emplace_back(KC, PredBB);
802 if (Constant *KC = getKnownConstant(Res, WantInteger))
803 Result.emplace_back(KC, P);
860 if (Constant *KC = getKnownConstant(Folded, WantInteger))
861 Result.emplace_back(KC, LHSVal.second);
905 if (Constant *KC = getKnownConstant(CI, Preference)) {
907 Result.emplace_back(KC, Pred);