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.cpp2994 llvm::Type *ArgElemType; in EmitAsmStmt() local
2995 std::tie(Arg, ArgElemType) = EmitAsmInputLValue( in EmitAsmStmt()
3016 InOutArgElemTypes.push_back(ArgElemType); in EmitAsmStmt()
3057 llvm::Type *ArgElemType; in EmitAsmStmt() local
3058 std::tie(Arg, ArgElemType) = EmitAsmInput(Info, InputExpr, Constraints); in EmitAsmStmt()
3101 ArgElemTypes.push_back(ArgElemType); in EmitAsmStmt()