Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp402 Type *EffectiveEltTy = EltTy; in runOnFunction() local
405 EffectiveEltTy = CT->getContainedType(0); in runOnFunction()
408 if (DL->getTypeSizeInBits(EffectiveEltTy) != in runOnFunction()
410 assert(isVec3ToVec4Shuffle(EffectiveEltTy, Val->getType())); in runOnFunction()
415 Val = B.CreateBitCast(Val, EffectiveEltTy); in runOnFunction()
418 if (EltTy != EffectiveEltTy) in runOnFunction()