/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 859 auto *CondVal = SI.getCondition(); in foldSelectZeroOrMul() local 2025 Value *CondVal = SI.getCondition(); in foldAddSubSelect() local 2100 Value *CondVal = SI.getCondition(); in foldOverflowingAddSubSelect() local 2259 Value *CondVal = SI.getCondition(); in canonicalizeSelectToShuffle() local 2721 Value *CondVal = SI.getCondition(); in foldSelectWithSRem() local 2796 Value *CondVal, in simplifyNestedSelectsUsingImpliedCond() 2827 Value *CondVal = SI.getCondition(); in foldSelectWithFCmpToFabs() local 3123 Value *CondVal = SI.getCondition(); in foldSelectOfBools() local 3585 Value *CondVal = SI.getCondition(); in visitSelectInst() local
|
H A D | InstructionCombining.cpp | 1028 Value *A, *CondVal, *TrueVal, *FalseVal; in foldBinOpOfSelectAndCastOfSelectCondition() local 5319 bool CondVal = Cond->getZExtValue(); in prepareWorklist() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 294 auto *CondVal = Copy.Env.get<BoolValue>(*Cond); in computeBlockInputState() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1595 std::optional<ValueLatticeElement> CondVal; in getValueAtUse() local
|
H A D | InstructionSimplify.cpp | 4639 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond()
|
H A D | ScalarEvolution.cpp | 9740 auto *CondVal = dyn_cast_or_null<ConstantInt>( in computeExitCountExhaustively() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 1798 ValueLatticeElement CondVal = getValueState(OtherOp); in handleCallResult() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 917 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 816 const Stmt *Else, bool CondVal, in CreateIfFixit()
|
H A D | SemaStmt.cpp | 1725 auto CondVal = Cond.get(); in ActOnWhileStmt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 2518 auto *CondVal = cast<ConstantInt>(CondEvaluated); in processOutgoingEdges() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2588 if (std::optional<APSInt> CondVal = in getAsVariantMatchInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 596 const Value *CondVal = BrInst.getCondition(); in translateBr() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6201 bool UpperBoundOnly, llvm::Value **CondVal) { in getNumThreads() 6292 bool UpperBoundOnly, llvm::Value **CondVal, const Expr **ThreadLimitExpr) { in getNumThreadsExprForTargetDirective() 6453 llvm::Value *CondVal = nullptr; in emitNumThreadsForTargetDirective() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2805 const Value *CondVal = I.getCondition(); in visitBr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 25974 unsigned CondVal = Op.getConstantOperandVal(3); in LowerINTRINSIC_WO_CHAIN() local
|