Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52682 static SDValue detectUSatPattern(SDValue In, EVT VT, SelectionDAG &DAG, in detectUSatPattern() function
52819 } else if (SDValue USatVal = detectUSatPattern(In, VT, DAG, DL)) { in combineTruncateWithSat()
53513 if (SDValue Val = detectUSatPattern(St->getValue(), St->getMemoryVT(), in combineStore()
54494 if (SDValue USatVal = detectUSatPattern(In, VT, DAG, DL)) in combineVTRUNC()