Searched refs:ViaEltVT (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1139 EVT ViaEltVT = TLI->getTypeToTransformTo(*getContext(), EltVT); in getConstant() local 1140 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() 1142 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant() 1153 ViaEltVT, isT, isO)); in getConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1223 EVT ViaEltVT = TLI->getTypeToTransformTo(*getContext(), EltVT); in getConstant() local 1224 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() 1226 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant() 1237 ViaEltVT, isT, isO)); in getConstant()
|