Searched refs:isIdentifiedObject (Results 1 – 5 of 5) sorted by relevance
142 if (!isIdentifiedObject(V)) in isObjectSmallerThan()1419 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()1423 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()1424 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
434 if (!isIdentifiedObject(Object) || isa<GlobalValue>(Object) || in callCapturesBefore()560 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
639 bool isIdentifiedObject(const Value *V);
167 if (!isIdentifiedObject(V)) { in getUnderlyingObjectsForInstr()501 if (!isIdentifiedObject(*I)) in isUnsafeMemoryObject()
491 if (!isIdentifiedObject(V)) in getUnderlyingObjects()