Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGraphTraits.h97 struct Inverse { struct
100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp1882 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType()); in ConstantFoldCompareInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5277 bool Inverse = false; in processUMulZExtIdiom() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp11519 auto ProveViaCond = [&](const Value *Condition, bool Inverse) { in isBasicBlockEntryGuardedByCond()
11592 const Value *FoundCondValue, bool Inverse, in isImpliedCond()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4371 bool Inverse = (N1C->isZero() && Cond == ISD::SETEQ) || in SimplifySetCC() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2639 Value *Inverse = Builder.CreateNot(ArgValue, "not"); in EmitBuiltinExpr() local