Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22937 EVT OutScalarTy = VT.getScalarType(); in reduceBuildVecExtToExtBuildVec() local
22940 llvm::has_single_bit<uint32_t>(OutScalarTy.getSizeInBits()) && in reduceBuildVecExtToExtBuildVec()
22954 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec()
23018 EVT OutScalarTy = VT.getScalarType(); in reduceBuildVecTruncToBitCast() local
23019 uint64_t ScalarTypeBitsize = OutScalarTy.getSizeInBits(); in reduceBuildVecTruncToBitCast()