Searched refs:ShiftAmtVal (Results 1 – 2 of 2) sorted by relevance
1963 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local1967 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
7960 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument7970 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()7974 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()7978 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()18992 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local18993 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()