Searched refs:PtrCast (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | Instructions.cpp | 509 Value *PtrCast = Source; in createFree() local 512 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertBefore); in createFree() 513 Result = CallInst::Create(FreeFunc, PtrCast, "", InsertBefore); in createFree() 516 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertAtEnd); in createFree() 517 Result = CallInst::Create(FreeFunc, PtrCast, ""); in createFree()
|