Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp309 ConstantInt *BitWidthConstant = IRB.getInt({BitWidth, BitWidth}); in lowerFunnelShifts() local
312 ? IRB.CreateVectorSplat(VectorTy->getNumElements(), BitWidthConstant) in lowerFunnelShifts()
313 : BitWidthConstant; in lowerFunnelShifts()