Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46387 SmallVector<int, 32> ShlVals; in combineSelect() local
46390 ShlVals.push_back(EltBitWidth - 1 - in combineSelect()
46394 SDValue ShlAmt = getConstVector(ShlVals, VT.getSimpleVT(), DAG, DL); in combineSelect()