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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2055 Type *TyBig = Ty1, *TySmall = Ty2; local
2057 std::swap(TyBig, TySmall);
2061 if (TyBig != TySmall)
2063 TyBig, TySmall);

Completed in 85 milliseconds