Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2182 const TargetInfo::ConstraintInfo &Info, LValue InputValue, in EmitAsmInputLValue() argument
2186 return {EmitLoadOfLValue(InputValue, Loc).getScalarVal(), nullptr}; in EmitAsmInputLValue()
2195 InputValue.getAddress(*this), Ty)), in EmitAsmInputLValue()
2200 Address Addr = InputValue.getAddress(*this); in EmitAsmInputLValue()
H A DCodeGenFunction.h4719 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue,