Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2638 llvm::Type *ArgElemType; in EmitAsmStmt() local
2639 std::tie(Arg, ArgElemType) = EmitAsmInputLValue( in EmitAsmStmt()
2660 InOutArgElemTypes.push_back(ArgElemType); in EmitAsmStmt()
2701 llvm::Type *ArgElemType; in EmitAsmStmt() local
2702 std::tie(Arg, ArgElemType) = EmitAsmInput(Info, InputExpr, Constraints); in EmitAsmStmt()
2745 ArgElemTypes.push_back(ArgElemType); in EmitAsmStmt()