Searched refs:LogicalAnd (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorPrecedence.h | 32 LogicalAnd = 5, // && enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | OperatorPrecedence.cpp | 56 case tok::ampamp: return prec::LogicalAnd; in getBinOpPrecedence()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanPatternMatch.h | 302 inline BinaryVPInstruction_match<Op0_t, Op1_t, VPInstruction::LogicalAnd> 304 return m_VPInstruction<VPInstruction::LogicalAnd, Op0_t, Op1_t>(Op0, Op1);
|
H A D | VPlanAnalysis.cpp | 70 case VPInstruction::LogicalAnd: in inferScalarTypeForRecipe()
|
H A D | LoopVectorizationPlanner.h | 185 new VPInstruction(VPInstruction::LogicalAnd, {LHS, RHS}, DL, Name));
|
H A D | VPlanRecipes.cpp | 145 case VPInstruction::LogicalAnd: in mayHaveSideEffects() 644 case VPInstruction::LogicalAnd: { in generatePerPart() 845 case VPInstruction::LogicalAnd: in print()
|
H A D | VPlan.h | 1260 LogicalAnd, // Non-poison propagating logical And. enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 146 LogicalAnd, // ?V operator&& enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 287 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LogicalAnd, "operator&&"); in output()
|
H A D | MicrosoftDemangle.cpp | 609 IFK::LogicalAnd, // ?V operator&& in translateIntrinsicFunctionCode()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 140 getLangOpts().CPlusPlus11) > prec::LogicalAnd; in CheckConstraintExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.td | 801 def OpGroupNonUniformLogicalAnd: OpGroupNUGroup<"LogicalAnd", 362>;
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 321 /*CPlusPlus11=*/true) > prec::LogicalAnd || in ParseConstraintLogicalAndExpression()
|