Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7445 EVT ShiftEltTy = Shift.getValueType().getVectorElementType(); in foldVectorXorShiftIntoCmp() local
7446 if (!ShiftAmt || ShiftAmt->getZExtValue() != ShiftEltTy.getSizeInBits() - 1) in foldVectorXorShiftIntoCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8565 EVT ShiftEltTy = Shift.getValueType().getVectorElementType(); in foldVectorXorShiftIntoCmp() local
8566 if (!ShiftAmt || ShiftAmt->getZExtValue() != ShiftEltTy.getSizeInBits() - 1) in foldVectorXorShiftIntoCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35309 EVT ShiftEltTy = Shift.getValueType().getVectorElementType(); in foldVectorXorShiftIntoCmp() local
35311 if (!ShiftAmt || ShiftAmt->getZExtValue() != ShiftEltTy.getSizeInBits() - 1) in foldVectorXorShiftIntoCmp()