Lines Matching refs:getKnownConstant
539 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { in getKnownConstant() function
573 if (Constant *KC = getKnownConstant(V, Preference)) { in computeValueKnownInPredecessorsImpl()
604 if (Constant *KC = getKnownConstant(PredCst, Preference)) in computeValueKnownInPredecessorsImpl()
615 if (Constant *KC = getKnownConstant(InVal, Preference)) { in computeValueKnownInPredecessorsImpl()
621 if (Constant *KC = getKnownConstant(CI, Preference)) in computeValueKnownInPredecessorsImpl()
736 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
792 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl()
872 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
883 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in computeValueKnownInPredecessorsImpl()
884 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference); in computeValueKnownInPredecessorsImpl()
917 if (Constant *KC = getKnownConstant(CI, Preference)) { in computeValueKnownInPredecessorsImpl()
1052 if (getKnownConstant(Condition, Preference)) { in processBlock()