Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2816 llvm::Type *ArgElemType; in EmitAsmStmt() local
2817 std::tie(Arg, ArgElemType) = EmitAsmInputLValue( in EmitAsmStmt()
2838 InOutArgElemTypes.push_back(ArgElemType); in EmitAsmStmt()
2879 llvm::Type *ArgElemType; in EmitAsmStmt() local
2880 std::tie(Arg, ArgElemType) = EmitAsmInput(Info, InputExpr, Constraints); in EmitAsmStmt()
2923 ArgElemTypes.push_back(ArgElemType); in EmitAsmStmt()