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

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9117 /// isVShiftLImm - Check if this is a valid build_vector for the immediate
9121 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { function
9183 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt)) {
9196 if (isVShiftLImm(N->getOperand(2), VT, true, Cnt))
9208 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
9213 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
9285 if (isVShiftLImm(N->getOperand(3), VT, false, Cnt))
9340 if (isVShiftLImm(N->getOperand(1), VT, false, Cnt))

Completed in 144 milliseconds