Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6666 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate() local
6667 if (OppShiftCst->getAPIntValue().ugt(VTWidth)) in extractShiftForRotate()
6669 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate()
12772 unsigned VTWidth = VT.getSizeInBits(); in visitBITCAST() local
12773 if (OrigXWidth < VTWidth) { in visitBITCAST()
12776 } else if (OrigXWidth > VTWidth) { in visitBITCAST()
12782 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()