mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Generic outer type fixes, 'in' fixes
This commit is contained in:
parent
27a792e559
commit
89b597c913
6 changed files with 67 additions and 26 deletions
|
@ -1658,7 +1658,7 @@ public:
|
|||
BfTypedValue PrepareConst(BfTypedValue& typedValue);
|
||||
void AggregateSplatIntoAddr(BfTypedValue typedValue, BfIRValue addrVal);
|
||||
BfTypedValue AggregateSplat(BfTypedValue typedValue, BfIRValue* valueArrPtr = NULL);
|
||||
BfTypedValue MakeAddressable(BfTypedValue typedValue, bool forceMutable = false);
|
||||
BfTypedValue MakeAddressable(BfTypedValue typedValue, bool forceMutable = false, bool forceAddressable = false);
|
||||
BfTypedValue RemoveReadOnly(BfTypedValue typedValue);
|
||||
BfTypedValue CopyValue(const BfTypedValue& typedValue);
|
||||
BfIRValue ExtractSplatValue(BfTypedValue typedValue, int componentIdx, BfType* wantType = NULL, bool* isAddr = NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue