Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4168 EVT StackSlotVT = EVT::getIntegerVT(*DAG.getContext(), StackSlotBitWidth); in ExpandIntRes_ShiftThroughStack() local
4188 Init = DAG.getNode(WideningOpc, dl, StackSlotVT, Shiftee); in ExpandIntRes_ShiftThroughStack()
4192 Init = DAG.getNode(ISD::BUILD_PAIR, dl, StackSlotVT, AllZeros, Shiftee); in ExpandIntRes_ShiftThroughStack()