Home
last modified time | relevance | path

Searched refs:detectUSatPattern (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45099 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()