Searched defs:USatVal (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 49717 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { combineTruncateWithSat() local 49742 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { combineTruncateWithSat() local 49771 } else if (SDValue USatVal = detectUSatPattern(In, VT, DAG, DL)) { combineTruncateWithSat() local 51423 if (SDValue USatVal = detectUSatPattern(In, VT, DAG, DL)) combineVTRUNC() local [all...] |