Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp644 if (Constant *KC = getKnownConstant(V, Preference)) { in computeValueKnownInPredecessorsImpl()
672 if (Constant *KC = getKnownConstant(PredCst, Preference)) in computeValueKnownInPredecessorsImpl()
683 if (Constant *KC = getKnownConstant(InVal, Preference)) { in computeValueKnownInPredecessorsImpl()
689 if (Constant *KC = getKnownConstant(CI, Preference)) in computeValueKnownInPredecessorsImpl()
802 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
855 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl()
935 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
946 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in computeValueKnownInPredecessorsImpl()
947 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference); in computeValueKnownInPredecessorsImpl()
980 if (Constant *KC = getKnownConstant(CI, Preference)) { in computeValueKnownInPredecessorsImpl()
[all …]