Searched refs:Disjoint (Results 1 – 4 of 4) sorted by relevance
384 bool Disjoint : 1;407 Disjoint(false), NonNeg(false), NoNaNs(false), NoInfs(false),427 void setDisjoint(bool b) { Disjoint = b; }443 bool hasDisjoint() const { return Disjoint; }461 Disjoint &= Flags.Disjoint;
2595 bool Disjoint = TII->areMemAccessesTriviallyDisjoint(*NewMI, *PrevDef); in canUseLastOffsetValue() local2597 if (!Disjoint) in canUseLastOffsetValue()
376 DEFINE_HELPERS(Or, Disjoint) // CreateDisjointOr
6515 bool Disjoint = EatIfPresent(lltok::kw_disjoint); in parseInstruction() local6518 if (Disjoint) in parseInstruction()