Lines Matching defs:KC
573 if (Constant *KC = getKnownConstant(V, Preference)) {
575 Result.emplace_back(KC, Pred);
601 if (Constant *KC = getKnownConstant(PredCst, Preference))
602 Result.emplace_back(KC, P);
612 if (Constant *KC = getKnownConstant(InVal, Preference)) {
613 Result.emplace_back(KC, PN->getIncomingBlock(i));
618 if (Constant *KC = getKnownConstant(CI, Preference))
619 Result.emplace_back(KC, PN->getIncomingBlock(i));
733 if (Constant *KC = getKnownConstant(Folded, WantInteger))
734 Result.emplace_back(KC, LHSVal.second);
784 if (Constant *KC = getKnownConstant(Res, WantInteger))
785 Result.emplace_back(KC, PredBB);
803 if (Constant *KC = getKnownConstant(Res, WantInteger))
804 Result.emplace_back(KC, P);
861 if (Constant *KC = getKnownConstant(Folded, WantInteger))
862 Result.emplace_back(KC, LHSVal.second);
906 if (Constant *KC = getKnownConstant(CI, Preference)) {
908 Result.emplace_back(KC, Pred);