/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 859 auto *CondVal = SI.getCondition(); foldSelectZeroOrMul() local 2022 Value *CondVal = SI.getCondition(); foldAddSubSelect() local 2097 Value *CondVal = SI.getCondition(); foldOverflowingAddSubSelect() local 2256 Value *CondVal = SI.getCondition(); canonicalizeSelectToShuffle() local 2718 Value *CondVal = SI.getCondition(); foldSelectWithSRem() local 2793 simplifyNestedSelectsUsingImpliedCond(SelectInst & SI,Value * CondVal,bool CondIsTrue,const DataLayout & DL) simplifyNestedSelectsUsingImpliedCond() argument 2824 Value *CondVal = SI.getCondition(); foldSelectWithFCmpToFabs() local 3094 Value *CondVal = SI.getCondition(); foldSelectOfBools() local 3556 Value *CondVal = SI.getCondition(); visitSelectInst() local [all...] |
H A D | InstructionCombining.cpp | 1028 Value *A, *CondVal, *TrueVal, *FalseVal; foldBinOpOfSelectAndCastOfSelectCondition() local 5319 bool CondVal = Cond->getZExtValue(); prepareWorklist() local
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 294 auto *CondVal = Copy.Env.get<BoolValue>(*Cond); computeBlockInputState() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 1803 ValueLatticeElement CondVal = getValueState(OtherOp); handleCallResult() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1572 std::optional<ValueLatticeElement> CondVal; getValueAtUse() local
|
H A D | InstructionSimplify.cpp | 4621 simplifySelectWithICmpCond(Value * CondVal,Value * TrueVal,Value * FalseVal,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySelectWithICmpCond() argument
|
H A D | ScalarEvolution.cpp | 9738 auto *CondVal = dyn_cast_or_null<ConstantInt>( computeExitCountExhaustively() local
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 917 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 816 CreateIfFixit(Sema & S,const Stmt * If,const Stmt * Then,const Stmt * Else,bool CondVal,FixItHint & Fixit1,FixItHint & Fixit2) CreateIfFixit() argument
|
H A D | SemaStmt.cpp | 1725 auto CondVal = Cond.get(); ActOnWhileStmt() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 2514 auto *CondVal = cast<ConstantInt>(CondEvaluated); processOutgoingEdges() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 596 const Value *CondVal = BrInst.getCondition(); translateBr() local
|
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2588 if (std::optional<APSInt> CondVal = getAsVariantMatchInfo() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6196 getNumThreads(CodeGenFunction & CGF,const CapturedStmt * CS,const Expr ** E,int32_t & UpperBound,bool UpperBoundOnly,llvm::Value ** CondVal) getNumThreads() argument 6287 getNumThreadsExprForTargetDirective(CodeGenFunction & CGF,const OMPExecutableDirective & D,int32_t & UpperBound,bool UpperBoundOnly,llvm::Value ** CondVal,const Expr ** ThreadLimitExpr) getNumThreadsExprForTargetDirective() argument 6448 llvm::Value *CondVal = nullptr; emitNumThreadsForTargetDirective() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2803 const Value *CondVal = I.getCondition(); visitBr() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 25998 unsigned CondVal = Op.getConstantOperandVal(3); LowerINTRINSIC_WO_CHAIN() local [all...] |