Searched refs:isIdentifiedObject (Results 1 – 11 of 11) sorted by relevance
149 if (!isIdentifiedObject(V)) in isObjectSmallerThan()1464 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()1468 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()1469 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
878 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
913 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
738 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()
4707 if (!isIdentifiedObject(V)) { in getUnderlyingObjectsForCodeGen()
856 bool isIdentifiedObject(const Value *V);
545 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
163 assert(isIdentifiedObject(V)); in getUnderlyingObjectsForInstr()
748 if (!isIdentifiedObject(V)) { in getUnderlyingObjects()
155 if (!isIdentifiedObject(UO)) in checkFunctionMemoryAccess()
1265 } else if (!isa<Argument>(V) && !isIdentifiedObject(V)) { in AddAliasScopeMetadata()