Lines Matching refs:getKnownConstant
622 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { in getKnownConstant() function
654 if (Constant *KC = getKnownConstant(V, Preference)) { in computeValueKnownInPredecessorsImpl()
682 if (Constant *KC = getKnownConstant(PredCst, Preference)) in computeValueKnownInPredecessorsImpl()
693 if (Constant *KC = getKnownConstant(InVal, Preference)) { in computeValueKnownInPredecessorsImpl()
699 if (Constant *KC = getKnownConstant(CI, Preference)) in computeValueKnownInPredecessorsImpl()
810 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
862 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl()
942 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
953 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in computeValueKnownInPredecessorsImpl()
954 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference); in computeValueKnownInPredecessorsImpl()
987 if (Constant *KC = getKnownConstant(CI, Preference)) { in computeValueKnownInPredecessorsImpl()
1122 if (getKnownConstant(Condition, Preference)) { in processBlock()