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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1475 QualType InputTy = S.getInputExpr(InputNo)->getType(); local
1478 uint64_t InputSize = getContext().getTypeSize(InputTy);
1481 ResultRegTypes.back() = ConvertType(InputTy);
1547 QualType InputTy = InputExpr->getType(); local
1550 getContext().getTypeSize(InputTy)) {

Completed in 63 milliseconds