Home
last modified time | relevance | path

Searched refs:ShiftEltTy (Results 1 – 2 of 2) 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/llvm/lib/Target/X86/
DX86ISelLowering.cpp28626 EVT ShiftEltTy = Shift.getValueType().getVectorElementType(); in foldVectorXorShiftIntoCmp() local
28628 if (!ShiftAmt || ShiftAmt->getZExtValue() != ShiftEltTy.getSizeInBits() - 1) in foldVectorXorShiftIntoCmp()