Searched refs:IsNot (Results 1 – 2 of 2) sorted by relevance
237 bool IsNot; member239 StackEntry(unsigned NumIn, unsigned NumOut, CmpInst *Condition, bool IsNot) in StackEntry()240 : NumIn(NumIn), NumOut(NumOut), Condition(Condition), IsNot(IsNot) {} in StackEntry()346 LLVM_DEBUG(dbgs() << "Removing " << *E.Condition << " " << E.IsNot in eliminateConstraints()396 dbgs() << " C " << *E.Condition << " " << E.IsNot << "\n"; in eliminateConstraints()412 dbgs() << " C " << *E.Condition << " " << E.IsNot << "\n"; in eliminateConstraints()
489 bool IsNot = false; in getReqFeatures() local495 IsNot = true; in getReqFeatures()501 AnyOfSet.insert({IsNot, cast<DefInit>(Arg)->getDef()->getName()}); in getReqFeatures()503 FeaturesSet.insert({IsNot, cast<DefInit>(Arg)->getDef()->getName()}); in getReqFeatures()