Searched refs:getVShiftImm (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 6532 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() function 6556 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm() 6571 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 12905 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() function 12928 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm() 12939 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm()
|