Home
last modified time | relevance | path

Searched refs:NoVecTy (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1081 Type *NoVecTy = getShadowTyNoVec(Ty); in convertToShadowTyNoVec() local
1082 if (Ty == NoVecTy) return V; in convertToShadowTyNoVec()
1083 return IRB.CreateBitCast(V, NoVecTy); in convertToShadowTyNoVec()