Searched refs:isIdentifiedObject (Results 1 – 10 of 10) sorted by relevance
1139 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()1143 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()1144 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
432 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
151 if (!isIdentifiedObject(V)) in isObjectSmallerThan()1433 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()1437 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()1438 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
437 if (!isIdentifiedObject(Object) || isa<GlobalValue>(Object) || in callCapturesBefore()680 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
868 if (!std::all_of(Objects.begin(), Objects.end(), isIdentifiedObject) && in getModRefInfoForArgument()
569 bool isIdentifiedObject(const Value *V);
832 bool isIdentifiedObject(const Value *V);
130 if (isIdentifiedObject(V)) in getUnderlyingObjectForInstr()
522 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
197 if (!isIdentifiedObject(V)) in getUnderlyingObjectsForInstr()