Searched refs:isVShiftLImm (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10106 /// isVShiftLImm - Check if this is a valid build_vector for the immediate
10110 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { function
10173 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt)) {
10192 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
10197 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
10259 if (isVShiftLImm(N->getOperand(3), VT, false, Cnt))
10315 if (isVShiftLImm(N->getOperand(1), VT, false, Cnt)) {
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6509 /// isVShiftLImm - Check if this is a valid build_vector for the immediate
6513 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { function
6547 if (isVShiftLImm(Op.getOperand(1), VT, false, Cnt) && Cnt < EltSize)

Completed in 270 milliseconds