Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp268 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); shouldCompletelyUnroll() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp650 ExprResult CondOp = Actions.ActOnConditionalOp( ParseRHSOfBinaryExpression() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1879 if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) { EmitBranchOnBoolExpr() local
H A DCGExpr.cpp197 if (const auto *CondOp = dyn_cast<AbstractConditionalOperator>( EmitIgnoredExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1916 VPReductionRecipe(const RecurrenceDescriptor & R,Instruction * I,VPValue * ChainOp,VPValue * VecOp,VPValue * CondOp) VPReductionRecipe() argument
H A DLoopVectorize.cpp9097 VPValue *CondOp = nullptr; adjustRecipesForReductions() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2881 MachineOperand &CondOp = I.getOperand(0); selectG_BRCOND() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10005 ExprResult CondOp = SemaRef.ActOnConditionalOp( checkOpenMPLoop() local
10250 ExprResult CondOp = SemaRef.ActOnConditionalOp( checkOpenMPLoop() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5618 int CondOp = -1, ImmOp = -1; cvtThumbBranches() local