Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp398 const ConstantInt *CImmVal = MOP.getCImm(); in widenCImmType() local
399 unsigned CurrentWidth = CImmVal->getBitWidth(); in widenCImmType()
403 MOP.setCImm(ConstantInt::get(CImmVal->getType()->getContext(), in widenCImmType()
404 CImmVal->getValue().zextOrTrunc(NewWidth))); in widenCImmType()