Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8129 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate() local
8130 if (OppShiftCst->getAPIntValue().ugt(VTWidth)) in extractShiftForRotate()
8132 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate()
15530 unsigned VTWidth = VT.getSizeInBits(); in visitBITCAST() local
15531 if (OrigXWidth < VTWidth) { in visitBITCAST()
15534 } else if (OrigXWidth > VTWidth) { in visitBITCAST()
15540 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()