Home
last modified time | relevance | path

Searched defs:CondOp (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DStringIntegerAssignmentCheck.cpp67 if (const auto *CondOp = dyn_cast<AbstractConditionalOperator>(E)) in isLikelyCharExpression() local
H A DRedundantBranchConditionCheck.cpp158 const auto *CondOp = in check() local
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DPreferMemberInitializerCheck.cpp185 isNoReturnCallStatement(CondOp->getRHS())) in check() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp285 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); in shouldCompletelyUnroll() local
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp1127 VPValue CondOp; TEST() local
1467 VPValue CondOp; TEST() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1257 if (const auto *CondOp = check() local
/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp669 ExprResult CondOp = Actions.ActOnConditionalOp( ParseRHSOfBinaryExpression() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1932 if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) { EmitBranchOnBoolExpr() local
H A DCGExpr.cpp210 if (const auto *CondOp = dyn_cast<AbstractConditionalOperator>( EmitIgnoredExpr() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2120 VPReductionRecipe(const RecurrenceDescriptor & R,Instruction * I,VPValue * ChainOp,VPValue * VecOp,VPValue * CondOp,bool IsOrdered) VPReductionRecipe() argument
H A DLoopVectorize.cpp8990 VPValue *CondOp = nullptr; adjustRecipesForReductions() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2839 MachineOperand &CondOp = I.getOperand(0); selectG_BRCOND() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9847 ExprResult CondOp = SemaRef.ActOnConditionalOp( checkOpenMPLoop() local
10092 ExprResult CondOp = SemaRef.ActOnConditionalOp( checkOpenMPLoop() local