Lines Matching defs:Preference
539 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) {
547 if (Preference == WantBlockAddress)
561 ConstantPreference Preference, SmallPtrSet<Value *, 4> &RecursionSet,
573 if (Constant *KC = getKnownConstant(V, Preference)) {
601 if (Constant *KC = getKnownConstant(PredCst, Preference))
612 if (Constant *KC = getKnownConstant(InVal, Preference)) {
618 if (Constant *KC = getKnownConstant(CI, Preference))
630 computeValueKnownInPredecessorsImpl(Source, BB, Vals, Preference,
646 computeValueKnownInPredecessorsImpl(Source, BB, Result, Preference,
659 if (Preference != WantInteger)
720 if (Preference != WantInteger)
743 if (Preference != WantInteger)
872 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference);
873 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference);
906 if (Constant *KC = getKnownConstant(CI, Preference)) {
971 ConstantPreference Preference = WantInteger;
987 Preference = WantBlockAddress;
1042 if (getKnownConstant(Condition, Preference)) {
1058 if (processThreadableEdges(Condition, BB, Preference, Terminator))
1124 if (processThreadableEdges(CondInst, BB, Preference, Terminator))
1542 ConstantPreference Preference,
1550 if (!computeValueKnownInPredecessors(Cond, BB, PredValues, Preference,