Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2052 LValue InputValue, QualType InputType, in EmitAsmInputLValue() argument
2058 Arg = EmitLoadOfLValue(InputValue, Loc).getScalarVal(); in EmitAsmInputLValue()
2067 Builder.CreateBitCast(InputValue.getAddress(*this), Ty)); in EmitAsmInputLValue()
2069 Arg = InputValue.getPointer(*this); in EmitAsmInputLValue()
2074 Arg = InputValue.getPointer(*this); in EmitAsmInputLValue()
H A DCodeGenFunction.h4624 LValue InputValue, QualType InputType,