Home
last modified time | relevance | path

Searched refs:IsNot (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp237 bool IsNot; member
239 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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp489 bool IsNot = false; in getReqFeatures() local
495 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()