Home
last modified time | relevance | path

Searched defs:Inverse (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DGraphTraits.h95 struct Inverse { struct
98 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument
/netbsd-src/external/bsd/nvi/dist/gtk/
H A Dgtkviscreen.c655 #define Inverse(screen,y,x) \ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2278 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType()); in ConstantFoldCompareInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4832 bool Inverse = false; in processUMulZExtIdiom() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp10173 auto ProveViaCond = [&](const Value *Condition, bool Inverse) { in isBasicBlockEntryGuardedByCond()
10250 const Value *FoundCondValue, bool Inverse, in isImpliedCond()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3626 bool Inverse = (N1C->isNullValue() && Cond == ISD::SETEQ) || in SimplifySetCC() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp2648 Value *Inverse = Builder.CreateNot(ArgValue, "not"); in EmitBuiltinExpr() local