Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2495 llvm::Type *ArgElemType; in EmitAsmStmt() local
2496 std::tie(Arg, ArgElemType) = EmitAsmInputLValue( in EmitAsmStmt()
2517 InOutArgElemTypes.push_back(ArgElemType); in EmitAsmStmt()
2558 llvm::Type *ArgElemType; in EmitAsmStmt() local
2559 std::tie(Arg, ArgElemType) = EmitAsmInput(Info, InputExpr, Constraints); in EmitAsmStmt()
2602 ArgElemTypes.push_back(ArgElemType); in EmitAsmStmt()