Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7966 unsigned WideNumBits = NumStores * NarrowNumBits; in mergeTruncStores() local
7967 EVT WideVT = EVT::getIntegerVT(Context, WideNumBits); in mergeTruncStores()
8081 assert(SourceValue.getValueType().getScalarSizeInBits() > WideNumBits && in mergeTruncStores()
8092 assert(WideNumBits % 2 == 0 && "Unexpected type for rotate"); in mergeTruncStores()
8093 SDValue RotAmt = DAG.getConstant(WideNumBits / 2, DL, WideVT); in mergeTruncStores()