Searched refs:isIdentifiedObject (Results 1 – 9 of 9) sorted by relevance
226 if (!isIdentifiedObject(V)) in isObjectSmallerThan()1783 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()1787 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()1788 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
649 if (!isIdentifiedObject(Object) || isa<GlobalValue>(Object) || in callCapturesBefore()894 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
911 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
671 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()
4023 if (!isIdentifiedObject(V)) { in getUnderlyingObjectsForCodeGen()
548 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
1078 bool isIdentifiedObject(const Value *V);
160 assert(isIdentifiedObject(V)); in getUnderlyingObjectsForInstr()
648 if (!isIdentifiedObject(V)) { in getUnderlyingObjects()