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.cpp23996 EVT OutScalarTy = VT.getScalarType(); in reduceBuildVecExtToExtBuildVec() local
23999 llvm::has_single_bit<uint32_t>(OutScalarTy.getSizeInBits()) && in reduceBuildVecExtToExtBuildVec()
24013 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec()
24076 EVT OutScalarTy = VT.getScalarType(); in reduceBuildVecTruncToBitCast() local
24077 uint64_t ScalarTypeBitsize = OutScalarTy.getSizeInBits(); in reduceBuildVecTruncToBitCast()