Home | History | Annotate | Download | only in VMCore

Lines Matching refs:GetInsertBlock

1709    return wrap(unwrap(Builder)->GetInsertBlock());
1983 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
1986 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(),
1994 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(),
2015 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock())));