Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp143 } else if (StructType *DSTy = dyn_cast<StructType>(DstTy)) { in areTypesIsomorphic() local
145 if (DSTy->isLiteral() != SSTy->isLiteral() || in areTypesIsomorphic()
146 DSTy->isPacked() != SSTy->isPacked()) in areTypesIsomorphic()
/external/llvm/lib/Linker/
DIRMover.cpp167 } else if (StructType *DSTy = dyn_cast<StructType>(DstTy)) { in areTypesIsomorphic() local
169 if (DSTy->isLiteral() != SSTy->isLiteral() || in areTypesIsomorphic()
170 DSTy->isPacked() != SSTy->isPacked()) in areTypesIsomorphic()