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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp8568 /// isVShiftLImm - Check if this is a valid build_vector for the immediate
8572 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { function
8634 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt)) {
8647 if (isVShiftLImm(N->getOperand(2), VT, true, Cnt))
8659 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
8664 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
8736 if (isVShiftLImm(N->getOperand(3), VT, false, Cnt))
8791 if (isVShiftLImm(N->getOperand(1), VT, false, Cnt))

Completed in 187 milliseconds