HomeSort by: relevance | last modified time | path
    Searched defs:getKnownConstant (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 618 /// getKnownConstant - Helper method to determine if we can thread over a
623 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) {
655 if (Constant *KC = getKnownConstant(V, Preference)) {
683 if (Constant *KC = getKnownConstant(PredCst, Preference))
694 if (Constant *KC = getKnownConstant(InVal, Preference)) {
700 if (Constant *KC = getKnownConstant(CI, Preference))
811 if (Constant *KC = getKnownConstant(Folded, WantInteger))
863 if (Constant *KC = getKnownConstant(Res, WantInteger))
943 if (Constant *KC = getKnownConstant(Folded, WantInteger))
954 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference)
    [all...]
JumpThreading.cpp 618 /// getKnownConstant - Helper method to determine if we can thread over a
623 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) {
655 if (Constant *KC = getKnownConstant(V, Preference)) {
683 if (Constant *KC = getKnownConstant(PredCst, Preference))
694 if (Constant *KC = getKnownConstant(InVal, Preference)) {
700 if (Constant *KC = getKnownConstant(CI, Preference))
811 if (Constant *KC = getKnownConstant(Folded, WantInteger))
863 if (Constant *KC = getKnownConstant(Res, WantInteger))
943 if (Constant *KC = getKnownConstant(Folded, WantInteger))
954 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference)
    [all...]

Completed in 74 milliseconds