/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 757 auto *CondVal = SI.getCondition(); in foldSelectZeroOrMul() local 1822 Value *CondVal = SI.getCondition(); in foldAddSubSelect() local 1897 Value *CondVal = SI.getCondition(); in foldOverflowingAddSubSelect() local 2074 Value *CondVal = SI.getCondition(); in canonicalizeSelectToShuffle() local 2557 Value *CondVal = SI.getCondition(); in foldAndOrOfSelectUsingImpliedCond() local 2600 Value *CondVal = SI.getCondition(); in foldSelectWithFCmpToFabs() local 2832 Value *CondVal = SI.getCondition(); in foldSelectOfBools() local 3081 Value *CondVal = SI.getCondition(); in visitSelectInst() local
|
H A D | InstructionCombining.cpp | 4525 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); in prepareICWorklistFromFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1173 Value *Val, CondValue CondVal, bool isRevisit, in getValueFromConditionImpl() 1665 std::optional<ValueLatticeElement> CondVal; in getConstantRangeAtUse() local
|
H A D | InstructionSimplify.cpp | 4410 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond()
|
H A D | ScalarEvolution.cpp | 9698 auto *CondVal = dyn_cast_or_null<ConstantInt>( in computeExitCountExhaustively() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 1569 ValueLatticeElement CondVal = getValueState(OtherOp); in handleCallResult() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 953 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 792 const Stmt *Else, bool CondVal, in CreateIfFixit()
|
H A D | SemaStmt.cpp | 1690 auto CondVal = Cond.get(); in ActOnWhileStmt() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2481 if (std::optional<APSInt> CondVal = in getAsVariantMatchInfo() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 591 const Value *CondVal = BrInst.getCondition(); in translateBr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 2511 auto *CondVal = cast<ConstantInt>(CondEvaluated); in processOutgoingEdges() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6354 llvm::Value *CondVal = nullptr; in getNumThreads() local 6667 llvm::Value *CondVal = nullptr; in emitNumThreadsForTargetDirective() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2437 const Value *CondVal = I.getCondition(); in visitBr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 27419 unsigned CondVal = Op.getConstantOperandVal(3); in LowerINTRINSIC_WO_CHAIN() local
|