reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
606 if (Constant *KC = getKnownConstant(V, Preference)) { 639 if (Constant *KC = getKnownConstant(PredCst, Preference)) 654 if (Constant *KC = getKnownConstant(InVal, Preference)) { 660 if (Constant *KC = getKnownConstant(CI, Preference)) 674 ComputeValueKnownInPredecessorsImpl(Source, BB, Result, Preference, 688 assert(Preference == WantInteger && "One-bit non-integer type?"); 747 assert(Preference != WantBlockAddress 769 assert(Preference == WantInteger && "Compares only produce integers"); 914 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); 915 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference); 951 if (Constant *KC = getKnownConstant(CI, Preference)) {