Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9790 bool RHSNatVec = RHSType->isVectorType(); in InvalidLogicalVectorOperands() local
9792 if (!(LHSNatVec && RHSNatVec)) { in InvalidLogicalVectorOperands()