Searched refs:isIdentifiedObject (Results 1 – 9 of 9) sorted by relevance
207 if (!isIdentifiedObject(V)) in isObjectSmallerThan()1735 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()1739 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()1740 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
560 if (!isIdentifiedObject(Object) || isa<GlobalValue>(Object) || in callCapturesBefore()792 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
902 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
658 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()
3816 if (!isIdentifiedObject(V)) { in getUnderlyingObjectsForCodeGen()
966 bool isIdentifiedObject(const Value *V);
549 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
161 assert(isIdentifiedObject(V)); in getUnderlyingObjectsForInstr()
488 if (!isIdentifiedObject(V)) { in getUnderlyingObjects()