Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp268 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); in shouldCompletelyUnroll() local
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp639 ExprResult CondOp = Actions.ActOnConditionalOp( in ParseRHSOfBinaryExpression() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1827 if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) { in EmitBranchOnBoolExpr() local
H A DCGExpr.cpp199 if (const auto *CondOp = dyn_cast<AbstractConditionalOperator>( in EmitIgnoredExpr() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1458 VPValue *ChainOp, VPValue *VecOp, VPValue *CondOp, in VPReductionRecipe()
H A DLoopVectorize.cpp9258 VPValue *CondOp = nullptr; in adjustRecipesForReductions() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2719 MachineOperand &CondOp = I.getOperand(0); in selectG_BRCOND() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9790 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local
10035 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5774 int CondOp = -1, ImmOp = -1; in cvtThumbBranches() local