Searched defs:InputValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1328 LValue InputValue, QualType InputType,
1333 Arg = EmitLoadOfLValue(InputValue).getScalarVal();
1341 Arg = Builder.CreateLoad(Builder.CreateBitCast(InputValue.getAddress(),
1344 Arg = InputValue.getAddress();
1349 Arg = InputValue.getAddress();
1326 EmitAsmInputLValue(const AsmStmt &S, const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr) argument

Completed in 56 milliseconds