Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp168 ConstantInt *BitWidthConstant = IRB.getInt({BitWidth, BitWidth}); in lowerFunnelShifts() local
171 ? IRB.CreateVectorSplat(VectorTy->getNumElements(), BitWidthConstant) in lowerFunnelShifts()
172 : BitWidthConstant; in lowerFunnelShifts()