Searched defs:ResT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp499 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS, local
501 if (ResT == LazyValueInfo::Unknown)
503 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT);

Completed in 32 milliseconds