Lines Matching defs:Preference
538 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) {
546 if (Preference == WantBlockAddress)
560 ConstantPreference Preference, SmallPtrSet<Value *, 4> &RecursionSet,
572 if (Constant *KC = getKnownConstant(V, Preference)) {
600 if (Constant *KC = getKnownConstant(PredCst, Preference))
611 if (Constant *KC = getKnownConstant(InVal, Preference)) {
617 if (Constant *KC = getKnownConstant(CI, Preference))
629 computeValueKnownInPredecessorsImpl(Source, BB, Vals, Preference,
645 computeValueKnownInPredecessorsImpl(Source, BB, Result, Preference,
658 if (Preference != WantInteger)
719 if (Preference != WantInteger)
742 if (Preference != WantInteger)
871 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference);
872 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference);
905 if (Constant *KC = getKnownConstant(CI, Preference)) {
970 ConstantPreference Preference = WantInteger;
986 Preference = WantBlockAddress;
1041 if (getKnownConstant(Condition, Preference)) {
1057 if (processThreadableEdges(Condition, BB, Preference, Terminator))
1123 if (processThreadableEdges(CondInst, BB, Preference, Terminator))
1541 ConstantPreference Preference,
1549 if (!computeValueKnownInPredecessors(Cond, BB, PredValues, Preference,