Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8127 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate() local
8128 if (OppShiftCst->getAPIntValue().ugt(VTWidth)) in extractShiftForRotate()
8130 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate()
15280 unsigned VTWidth = VT.getSizeInBits(); in visitBITCAST() local
15281 if (OrigXWidth < VTWidth) { in visitBITCAST()
15284 } else if (OrigXWidth > VTWidth) { in visitBITCAST()
15290 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()