Searched defs:CreateMalloc (Results 1 – 2 of 2) sorted by relevance
469 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst486 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
1443 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func