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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1923 int64_t ShiftAmtVal = MatchData.Imm; local
1927 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9622 const APInt *&ShiftAmtVal) {
9632 ShiftAmtVal = &ShiftCNode->getAPIntValue();
9636 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth())
9642 APInt NewShiftAmt = C1Val.uadd_ov(*ShiftAmtVal, Overflow);
22704 SDValue ShiftAmtVal = In.getOperand(1); local
22705 if (!isa<ConstantSDNode>(ShiftAmtVal))
[all...]

Completed in 299 milliseconds