Searched defs:USatVal (Results  1 – 1 of 1) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.cpp | 41032     if (auto USatVal = detectSSatPattern(In, VT, true)) {  in combineTruncateWithSat()  local 41057     if (auto USatVal = detectSSatPattern(In, VT, true)) {  in combineTruncateWithSat()  local 41088     } else if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) {  in combineTruncateWithSat()  local 42425   if (auto USatVal = detectUSatPattern(In, VT, DAG, DL))  in combineVTRUNC()  local
  |