Searched refs:EncodedShiftImm (Results 1 – 1 of 1) sorted by relevance
2995 uint64_t &EncodedShiftImm) { in isWorthFoldingIntoOrrWithShift() argument3042 EncodedShiftImm = AArch64_AM::getShifterImm( in isWorthFoldingIntoOrrWithShift()3052 EncodedShiftImm = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShlImm); in isWorthFoldingIntoOrrWithShift()3059 EncodedShiftImm = AArch64_AM::getShifterImm(AArch64_AM::LSR, SrlImm); in isWorthFoldingIntoOrrWithShift()3098 uint64_t EncodedShiftImm; in tryOrrWithShift() local3100 EncodedShiftImm)) { in tryOrrWithShift()3102 CurDAG->getTargetConstant(EncodedShiftImm, DL, VT)}; in tryOrrWithShift()