Searched refs:getAllocFnKind (Results 1 – 1 of 1) sorted by relevance
275 static AllocFnKind getAllocFnKind(const Value *V) { in getAllocFnKind() function284 static AllocFnKind getAllocFnKind(const Function *F) { in getAllocFnKind() function289 return (getAllocFnKind(V) & Wanted) != AllocFnKind::Unknown; in checkFnAllocKind()293 return (getAllocFnKind(F) & Wanted) != AllocFnKind::Unknown; in checkFnAllocKind()451 AllocFnKind AK = getAllocFnKind(Alloc); in getInitialValueOfAllocation()