HomeSort by relevance Sort by last modified time
    Searched refs:ResT (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 483 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS,
485 if (ResT == LazyValueInfo::Unknown)
487 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT);
717 // All the rest of our checks depend on the condition being an instruction.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1853 milliseconds