Home
last modified time | relevance | path

Searched refs:OtherType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h105 enum OtherType { enum
122 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp10109 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local
10111 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
10123 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || in CheckVectorOperands()
10124 (OtherType->isScalarType() && VT->getNumElements() == 1)) { in CheckVectorOperands()