Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp931 Type *NoVecTy = getShadowTyNoVec(Ty); in convertToShadowTyNoVec() local
932 if (Ty == NoVecTy) return V; in convertToShadowTyNoVec()
933 return IRB.CreateBitCast(V, NoVecTy); in convertToShadowTyNoVec()