Searched refs:ViaVecVT (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1142 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant() local 1147 assert(ViaVecVT.getSizeInBits() == VT.getSizeInBits()); in getConstant() 1173 getNode(ISD::BUILD_VECTOR, DL, ViaVecVT, Ops)); in getConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1226 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant() local 1231 assert(ViaVecVT.getSizeInBits() == VT.getSizeInBits()); in getConstant() 1256 SDValue V = getNode(ISD::BITCAST, DL, VT, getBuildVector(ViaVecVT, DL, Ops)); in getConstant()
|