Searched defs:USatVal (Results 1 – 2 of 2) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 41029 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat() local 41054 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat() local 41085 } else if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) { in combineTruncateWithSat() local 42422 if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) in combineVTRUNC() local
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 44234 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat() local 44259 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat() local 44290 } else if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) { in combineTruncateWithSat() local 45813 if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) in combineVTRUNC() local
|