Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprConstant.cpp547 if (llvm::StructType *ValSTy = dyn_cast<llvm::StructType>(ValTy)) { in Finalize() local
548 if (ValSTy->isLayoutIdentical(STy)) in Finalize()
549 STy = ValSTy; in Finalize()