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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp568 /// getKnownConstant - Helper method to determine if we can thread over a
573 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { function
606 if (Constant *KC = getKnownConstant(V, Preference)) {
639 if (Constant *KC = getKnownConstant(PredCst, Preference))
654 if (Constant *KC = getKnownConstant(InVal, Preference)) {
660 if (Constant *KC = getKnownConstant(CI, Preference))
759 if (Constant *KC = getKnownConstant(Folded, WantInteger))
815 if (Constant *KC = getKnownConstant(Res, WantInteger))
903 if (Constant *KC = getKnownConstant(Folded, WantInteger))
914 Constant *TrueVal = getKnownConstant(S
[all...]

Completed in 103 milliseconds