Searched refs:detectUSatPattern (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 45099 static SDValue detectUSatPattern(SDValue In, EVT VT, SelectionDAG &DAG, in detectUSatPattern() function 45251 } else if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) { in combineTruncateWithSat() 46007 if (SDValue Val = detectUSatPattern(St->getValue(), St->getMemoryVT(), in combineStore() 46861 if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) in combineVTRUNC()
|