Searched refs:getKnownConstant (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp587 /// getKnownConstant - Helper method to determine if we can thread over a
592 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { function
624 if (Constant *KC = getKnownConstant(V, Preference)) {
652 if (Constant *KC = getKnownConstant(PredCst, Preference))
663 if (Constant *KC = getKnownConstant(InVal, Preference)) {
669 if (Constant *KC = getKnownConstant(CI, Preference))
768 if (Constant *KC = getKnownConstant(Folded, WantInteger))
820 if (Constant *KC = getKnownConstant(Res, WantInteger))
900 if (Constant *KC = getKnownConstant(Folded, WantInteger))
911 Constant *TrueVal = getKnownConstant(S
[all...]

Completed in 119 milliseconds