Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Preference

124                                          ConstantPreference Preference);
126 ConstantPreference Preference);
303 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) {
311 if (Preference == WantBlockAddress)
326 ConstantPreference Preference) {
339 if (Constant *KC = getKnownConstant(V, Preference)) {
369 if (Constant *KC = getKnownConstant(PredCst, Preference))
380 if (Constant *KC = getKnownConstant(InVal, Preference)) {
385 if (Constant *KC = getKnownConstant(CI, Preference))
397 assert(Preference == WantInteger && "One-bit non-integer type?");
459 assert(Preference != WantBlockAddress
481 assert(Preference == WantInteger && "Compares only produce integers");
559 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference);
560 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference);
592 if (Constant *KC = getKnownConstant(CI, Preference)) {
669 ConstantPreference Preference = WantInteger;
685 Preference = WantBlockAddress;
723 if (getKnownConstant(Condition, Preference)) {
736 if (ProcessThreadableEdges(Condition, BB, Preference))
802 if (ProcessThreadableEdges(CondInst, BB, Preference))
1064 ConstantPreference Preference) {
1071 if (!ComputeValueKnownInPredecessors(Cond, BB, PredValues, Preference))