Searched refs:EncodedShiftImm (Results 1 – 1 of 1) sorted by relevance
3331 uint64_t &EncodedShiftImm) { in isWorthFoldingIntoOrrWithShift() argument3378 EncodedShiftImm = AArch64_AM::getShifterImm( in isWorthFoldingIntoOrrWithShift()3388 EncodedShiftImm = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShlImm); in isWorthFoldingIntoOrrWithShift()3395 EncodedShiftImm = AArch64_AM::getShifterImm(AArch64_AM::LSR, SrlImm); in isWorthFoldingIntoOrrWithShift()3434 uint64_t EncodedShiftImm; in tryOrrWithShift() local3436 EncodedShiftImm)) { in tryOrrWithShift()3438 CurDAG->getTargetConstant(EncodedShiftImm, DL, VT)}; in tryOrrWithShift()