Searched defs:CreateFree (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DInstructions.cpp495 /// CreateFree - Generate the IR for a call to the builtin free function.
496 Instruction * CallInst::CreateFree(Value* Source, Instruction *InsertBefore) { function in class:CallInst
500 /// CreateFree - Generate the IR for a call to the builtin free function.
503 Instruction* CallInst::CreateFree(Value* Source, BasicBlock *InsertAtEnd) { function in class:CallInst
505 assert(FreeCall && "CreateFree did not create a CallInst");

Completed in 54 milliseconds