Lines Matching defs:isData
58 if (origin.isData) {
101 bool AliasAnalysis::Source::isData() const { return origin.isData; }
104 origin.isData;
130 return attributes.test(Attribute::Pointer) && !isData();
143 if (attributes.test(Attribute::Pointer) && !isData())
194 // origins compare unequal because the latter has !isData(). As for the
206 // to any composite because a component with !isData() is not always a
210 ((isRecordWithPointerComponent(lhs.getType()) && !rhsSrc.isData()) ||
211 (isRecordWithPointerComponent(rhs.getType()) && !lhsSrc.isData()))) {
262 src1->isData() && src2->isData()) {
275 // It specifically skips such cases where one or both values have !isData()