Lines Matching refs:getKnownConstant
354 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { in getKnownConstant() function
390 if (Constant *KC = getKnownConstant(V, Preference)) { in ComputeValueKnownInPredecessors()
419 if (Constant *KC = getKnownConstant(PredCst, Preference)) in ComputeValueKnownInPredecessors()
430 if (Constant *KC = getKnownConstant(InVal, Preference)) { in ComputeValueKnownInPredecessors()
436 if (Constant *KC = getKnownConstant(CI, Preference)) in ComputeValueKnownInPredecessors()
536 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors()
571 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessors()
612 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors()
624 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessors()
625 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference); in ComputeValueKnownInPredecessors()
657 if (Constant *KC = getKnownConstant(CI, Preference)) { in ComputeValueKnownInPredecessors()
788 if (getKnownConstant(Condition, Preference)) { in ProcessBlock()