Searched refs:getAllocFnKind (Results 1 – 1 of 1) sorted by relevance
263 static AllocFnKind getAllocFnKind(const Value *V) { in getAllocFnKind() function272 static AllocFnKind getAllocFnKind(const Function *F) { in getAllocFnKind() function277 return (getAllocFnKind(V) & Wanted) != AllocFnKind::Unknown; in checkFnAllocKind()281 return (getAllocFnKind(F) & Wanted) != AllocFnKind::Unknown; in checkFnAllocKind()442 AllocFnKind AK = getAllocFnKind(Alloc); in getInitialValueOfAllocation()