Searched refs:IsOnlyNullComparedAndFreed (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1095 static bool IsOnlyNullComparedAndFreed(Value *V, SmallVectorImpl<WeakVH> &Users, function
1114 if (IsOnlyNullComparedAndFreed(BCI, Users, Depth+1)) {
1120 if (IsOnlyNullComparedAndFreed(GEPI, Users, Depth+1)) {
1142 if (IsOnlyNullComparedAndFreed(&MI, Users)) {

Completed in 67 milliseconds