Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35051 int ShiftAmountOpNum = -1; in shouldSinkOperands() local
35053 ShiftAmountOpNum = 1; in shouldSinkOperands()
35057 ShiftAmountOpNum = 2; in shouldSinkOperands()
35060 if (ShiftAmountOpNum == -1) in shouldSinkOperands()
35063 auto *Shuf = dyn_cast<ShuffleVectorInst>(I->getOperand(ShiftAmountOpNum)); in shouldSinkOperands()
35066 Ops.push_back(&I->getOperandUse(ShiftAmountOpNum)); in shouldSinkOperands()