HomeSort by: relevance | last modified time | path
    Searched defs:getPredicateInfoFor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 38 /// Using getPredicateInfoFor on x.0 will give you the comparison it is
186 const PredicateBase *getPredicateInfoFor(const Value *V) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 339 const PredicateBase *getPredicateInfoFor(Instruction *I) {
343 return A->second.PredInfo->getPredicateInfoFor(I);
1228 const auto *PI = getPredicateInfoFor(&CB);
1587 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) {
1588 return Visitor->getPredicateInfoFor(I);

Completed in 74 milliseconds