Home
last modified time | relevance | path

Searched refs:ShiftAmtVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1664 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
1668 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8639 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
8649 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() local
20247 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()