Searched defs:ShOps (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14625 SmallVector<SDValue, 4> ShOps; local
14626 ShOps.push_back(ShAmt);
14628 ShOps.push_back(DAG.getConstant(0, SVT));
14629 ShOps.push_back(DAG.getUNDEF(SVT));
14631 ShOps.push_back(DAG.getUNDEF(SVT));
14634 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, BVT, ShOps);

Completed in 141 milliseconds