Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp9601 bool RHSNatVec = RHSType->isVectorType(); in InvalidLogicalVectorOperands() local
9603 if (!(LHSNatVec && RHSNatVec)) { in InvalidLogicalVectorOperands()