Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2076 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
2079 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9637 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
9647 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
9651 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
9657 APInt NewShiftAmt = C1Val.uadd_ov(*ShiftAmtVal, Overflow); in combineShiftOfShiftedLogic()
23064 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
23065 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()