Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp832 auto isSExtFree = [this](SDValue N) { in LowerSETCC() local
857 if (IsNegative || isSExtFree(LHS) || isSExtFree(RHS)) in LowerSETCC()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1230 static bool isSExtFree(SDValue N) { in isSExtFree() function
1291 if (isSExtFree(LHS) || isSExtFree(RHS)) { in LowerSETCC()