Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGraphTraits.h97 struct Inverse { struct
100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2399 bool Inverse = false; hoistMinMax() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11470 __anon508f8d703402(const Value *Condition, bool Inverse) isBasicBlockEntryGuardedByCond() argument
11552 isImpliedCond(ICmpInst::Predicate Pred,const SCEV * LHS,const SCEV * RHS,const Value * FoundCondValue,bool Inverse,const Instruction * CtxI) isImpliedCond() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4571 bool Inverse = (N1C->isZero() && Cond == ISD::SETEQ) || SimplifySetCC() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3122 Value *Inverse = Builder.CreateNot(ArgValue, "not"); EmitBuiltinExpr() local