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