Home
last modified time | relevance | path

Searched refs:getCompare (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp14 ValueLatticeElement::getCompare(CmpInst::Predicate Pred, Type *Ty, in getCompare() function in llvm::ValueLatticeElement
H A DLazyValueInfo.cpp1970 return L.getCompare(Pred, Ty, R, M->getDataLayout()); in getPredicateAt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h473 Constant *getCompare(CmpInst::Predicate Pred, Type *Ty,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1558 Constant *C = V1State.getCompare(I.getPredicate(), I.getType(), V2State, DL); in visitCmpInst()