Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp9600 bool LHSNatVec = LHSType->isVectorType(); in InvalidLogicalVectorOperands() local
9603 if (!(LHSNatVec && RHSNatVec)) { in InvalidLogicalVectorOperands()
9604 Expr *Vector = LHSNatVec ? LHS.get() : RHS.get(); in InvalidLogicalVectorOperands()
9605 Expr *NonVector = !LHSNatVec ? LHS.get() : RHS.get(); in InvalidLogicalVectorOperands()