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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DJumpThreading.cpp488 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS, local
490 if (ResT == LazyValueInfo::Unknown)
492 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT);

Completed in 103 milliseconds