Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28622 auto *ShiftBV = dyn_cast<BuildVectorSDNode>(Shift.getOperand(1)); in foldVectorXorShiftIntoCmp() local
28623 if (!ShiftBV) in foldVectorXorShiftIntoCmp()
28627 auto *ShiftAmt = ShiftBV->getConstantSplatNode(); in foldVectorXorShiftIntoCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35305 auto *ShiftBV = dyn_cast<BuildVectorSDNode>(Shift.getOperand(1)); in foldVectorXorShiftIntoCmp() local
35306 if (!ShiftBV) in foldVectorXorShiftIntoCmp()
35310 auto *ShiftAmt = ShiftBV->getConstantSplatNode(); in foldVectorXorShiftIntoCmp()