Searched refs:getKnownConstant (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 536 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { in getKnownConstant() function 570 if (Constant *KC = getKnownConstant(V, Preference)) { in computeValueKnownInPredecessorsImpl() 598 if (Constant *KC = getKnownConstant(PredCst, Preference)) in computeValueKnownInPredecessorsImpl() 609 if (Constant *KC = getKnownConstant(InVal, Preference)) { in computeValueKnownInPredecessorsImpl() 615 if (Constant *KC = getKnownConstant(CI, Preference)) in computeValueKnownInPredecessorsImpl() 730 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl() 781 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl() 800 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl() 858 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl() 869 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in computeValueKnownInPredecessorsImpl() [all …]
|