Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2090 LValue InputValue, QualType InputType, in EmitAsmInputLValue() argument
2096 Arg = EmitLoadOfLValue(InputValue, Loc).getScalarVal(); in EmitAsmInputLValue()
2106 Builder.CreateBitCast(InputValue.getAddress(*this), Ty)); in EmitAsmInputLValue()
2108 Arg = InputValue.getPointer(*this); in EmitAsmInputLValue()
2113 Arg = InputValue.getPointer(*this); in EmitAsmInputLValue()
H A DCodeGenFunction.h4630 LValue InputValue, QualType InputType,