Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36979 static SDValue detectUSatPattern(SDValue In, EVT VT, SelectionDAG &DAG, in detectUSatPattern() function
37087 return detectUSatPattern(In, VT, DAG, DL); in detectAVX512USatPattern()
37101 if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) in combineTruncateWithSat()