Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp45260 EVT ShrinkedType; in combineSubToSubus() local
45262 ShrinkedType = MVT::v8i16; in combineSubToSubus()
45264 ShrinkedType = NumZeros >= 24 ? MVT::v16i8 : MVT::v16i16; in combineSubToSubus()
45270 ShrinkedType.getScalarSizeInBits()), in combineSubToSubus()
45275 DAG.getZExtOrTrunc(SubusLHS, SDLoc(SubusLHS), ShrinkedType); in combineSubToSubus()
45276 SDValue NewSubusRHS = DAG.getZExtOrTrunc(UMin, SDLoc(SubusRHS), ShrinkedType); in combineSubToSubus()
45277 SDValue Psubus = DAG.getNode(ISD::USUBSAT, SDLoc(N), ShrinkedType, in combineSubToSubus()