Searched refs:ShiftAmtVal (Results 1 – 2 of 2) sorted by relevance
1664 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local1668 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
8639 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument8649 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()8653 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()8657 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()20246 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local20247 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()