Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp285 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); in shouldCompletelyUnroll() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2183 VPValue *CondOp, bool IsOrdered) in VPReductionRecipe()
2193 VPValue *ChainOp, VPValue *VecOp, VPValue *CondOp, in VPReductionRecipe()
2249 VPReductionEVLRecipe(VPReductionRecipe *R, VPValue *EVL, VPValue *CondOp) in VPReductionEVLRecipe()
H A DVPlanRecipes.cpp1770 if (VPValue *CondOp = getCondOp()) in execute() local
H A DLoopVectorize.cpp8916 VPValue *CondOp = nullptr; in adjustRecipesForReductions() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp669 ExprResult CondOp = Actions.ActOnConditionalOp( in ParseRHSOfBinaryExpression() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1958 if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) { in EmitBranchOnBoolExpr() local
H A DCGExpr.cpp211 if (const auto *CondOp = dyn_cast<AbstractConditionalOperator>( in EmitIgnoredExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2828 MachineOperand &CondOp = I.getOperand(0); in selectG_BRCOND() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9850 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local
10095 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local