Home | History | Annotate | Download | only in IR

Lines Matching refs:CreateAlloca

2141   return wrap(unwrap(B)->CreateAlloca(unwrap(Ty), 0, Name));
2146 return wrap(unwrap(B)->CreateAlloca(unwrap(Ty), unwrap(Val), Name));