Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28220 unsigned EltBitWidth = VT0.getScalarType().getSizeInBits(); in combinePCMPAnd1() local
28221 if (VT0 != VT1 || EltBitWidth == 8) in combinePCMPAnd1()
28231 SDValue ShAmt = DAG.getConstant(EltBitWidth - 1, DL, MVT::i8); in combinePCMPAnd1()