Searched refs:InputTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1837 QualType InputTy = S.getInputExpr(InputNo)->getType(); local
1840 uint64_t InputSize = getContext().getTypeSize(InputTy);
1843 ResultRegTypes.back() = ConvertType(InputTy);
1915 QualType InputTy = InputExpr->getType(); local
1918 getContext().getTypeSize(InputTy)) {

Completed in 74 milliseconds