Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp146 struct InjectedInvariant { struct
147 ICmpInst::Predicate Pred;
148 Value *LHS;
149 Value *RHS;
150 BasicBlock *InLoopSucc;
152 InjectedInvariant(ICmpInst::Predicate Pred, Value *LHS, Value *RHS, in InjectedInvariant() argument