/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | StringIntegerAssignmentCheck.cpp | 67 if (const auto *CondOp = dyn_cast<AbstractConditionalOperator>(E)) in isLikelyCharExpression() local
|
H A D | RedundantBranchConditionCheck.cpp | 158 const auto *CondOp = in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | PreferMemberInitializerCheck.cpp | 185 isNoReturnCallStatement(CondOp->getRHS())) in check() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopUnrolling.cpp | 285 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); in shouldCompletelyUnroll() local
|
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanTest.cpp | 1127 VPValue CondOp; TEST() local 1467 VPValue CondOp; TEST() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | RedundantExpressionCheck.cpp | 1257 if (const auto *CondOp = check() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 669 ExprResult CondOp = Actions.ActOnConditionalOp( ParseRHSOfBinaryExpression() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1932 if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) { EmitBranchOnBoolExpr() local
|
H A D | CGExpr.cpp | 210 if (const auto *CondOp = dyn_cast<AbstractConditionalOperator>( EmitIgnoredExpr() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 2120 VPReductionRecipe(const RecurrenceDescriptor & R,Instruction * I,VPValue * ChainOp,VPValue * VecOp,VPValue * CondOp,bool IsOrdered) VPReductionRecipe() argument
|
H A D | LoopVectorize.cpp | 8990 VPValue *CondOp = nullptr; adjustRecipesForReductions() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 2839 MachineOperand &CondOp = I.getOperand(0); selectG_BRCOND() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9847 ExprResult CondOp = SemaRef.ActOnConditionalOp( checkOpenMPLoop() local 10092 ExprResult CondOp = SemaRef.ActOnConditionalOp( checkOpenMPLoop() local
|