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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h77 bool haveSameType(QualType Ty1, QualType Ty2) { argument
80 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 Ty2->isIntegralOrEnumerationType()));
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1943 *Ty2 = Q.second.second->getType(); local
1944 Type *VTy = getVecTypeForPair(Ty1, Ty2);
1975 *Ty2 = S->second->getType(); local
1976 Type *VTy = getVecTypeForPair(Ty1, Ty2);
2026 if (Ty2->isVectorTy()) {
2028 Ty2, VTy);
2031 Ty1->isVectorTy() ? Ty1->getVectorNumElements() : 1, Ty2));
2064 *Ty2 = O2->getType(); local
2065 Type *VTy = getVecTypeForPair(Ty1, Ty2);
2069 if (Ty1 == Ty2) {
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1779 Type *Ty2 = VT2.getTypeForEVT(*getContext()); local
1783 TD->getPrefTypeAlignment(Ty2));

Completed in 5114 milliseconds