Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30313 bool IsSEXT0 = in combineSetCC() local
30318 if (!IsSEXT0 || !IsVZero1) { in combineSetCC()
30323 IsSEXT0 = (LHS.getOpcode() == ISD::SIGN_EXTEND) && in combineSetCC()
30328 if (IsSEXT0 && IsVZero1) { in combineSetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp38157 bool IsSEXT0 = in combineSetCC() local
38162 if (IsSEXT0 && IsVZero1) { in combineSetCC()