Searched refs:isIdentifiedObject (Results 1 – 9 of 9) sorted by relevance
189 if (!isIdentifiedObject(V)) in isObjectSmallerThan()1496 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()1500 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()1501 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
923 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
979 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
673 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()
4495 if (!isIdentifiedObject(V)) { in getUnderlyingObjectsForCodeGen()
547 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
1207 bool isIdentifiedObject(const Value *V);
161 assert(isIdentifiedObject(V)); in getUnderlyingObjectsForInstr()
728 if (!isIdentifiedObject(V)) { in getUnderlyingObjects()