Searched defs:USatVal (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 45196 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat() local 45221 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat() local 45251 } else if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) { in combineTruncateWithSat() local 46861 if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) in combineVTRUNC() local
|