Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5289 SDValue ExpOp = RHS; in WidenVecRes_ExpOp()
5293 ExpOp = ModifyToType(RHS, WideExpVT); in WidenVecRes_ExpOp()
5296 return DAG.getNode(N->getOpcode(), SDLoc(N), WidenVT, InOp, ExpOp); in WidenVecRes_Unary()
5285 SDValue ExpOp = RHS; WidenVecRes_ExpOp() local