Searched refs:InputValue (Results 1 – 2 of 2) sorted by relevance
2545 const TargetInfo::ConstraintInfo &Info, LValue InputValue, in EmitAsmInputLValue() argument2549 return {EmitLoadOfLValue(InputValue, Loc).getScalarVal(), nullptr}; in EmitAsmInputLValue()2557 return {Builder.CreateLoad(InputValue.getAddress().withElementType(Ty)), in EmitAsmInputLValue()2562 Address Addr = InputValue.getAddress(); in EmitAsmInputLValue()2564 return {InputValue.getPointer(*this), Addr.getElementType()}; in EmitAsmInputLValue()
5398 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue,