Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7397 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate() local
7398 if (OppShiftCst->getAPIntValue().ugt(VTWidth)) in extractShiftForRotate()
7400 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate()
14316 unsigned VTWidth = VT.getSizeInBits(); in visitBITCAST() local
14317 if (OrigXWidth < VTWidth) { in visitBITCAST()
14320 } else if (OrigXWidth > VTWidth) { in visitBITCAST()
14326 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()