Searched refs:InputValue (Results 1 – 2 of 2) sorted by relevance
2379 const TargetInfo::ConstraintInfo &Info, LValue InputValue, in EmitAsmInputLValue() argument2383 return {EmitLoadOfLValue(InputValue, Loc).getScalarVal(), nullptr}; in EmitAsmInputLValue()2391 return {Builder.CreateLoad(InputValue.getAddress().withElementType(Ty)), in EmitAsmInputLValue()2396 Address Addr = InputValue.getAddress(); in EmitAsmInputLValue()2398 return {InputValue.getPointer(*this), Addr.getElementType()}; in EmitAsmInputLValue()
5211 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue,