Home
last modified time | relevance | path

Searched defs:CondVal (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp859 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 DInstructionCombining.cpp1028 Value *A, *CondVal, *TrueVal, *FalseVal; foldBinOpOfSelectAndCastOfSelectCondition() local
5319 bool CondVal = Cond->getZExtValue(); prepareWorklist() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp294 auto *CondVal = Copy.Env.get<BoolValue>(*Cond); computeBlockInputState() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1803 ValueLatticeElement CondVal = getValueState(OtherOp); handleCallResult() local
/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1572 std::optional<ValueLatticeElement> CondVal; getValueAtUse() local
H A DInstructionSimplify.cpp4621 simplifySelectWithICmpCond(Value * CondVal,Value * TrueVal,Value * FalseVal,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySelectWithICmpCond() argument
H A DScalarEvolution.cpp9738 auto *CondVal = dyn_cast_or_null<ConstantInt>( computeExitCountExhaustively() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp917 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp816 CreateIfFixit(Sema & S,const Stmt * If,const Stmt * Then,const Stmt * Else,bool CondVal,FixItHint & Fixit1,FixItHint & Fixit2) CreateIfFixit() argument
H A DSemaStmt.cpp1725 auto CondVal = Cond.get(); ActOnWhileStmt() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2514 auto *CondVal = cast<ConstantInt>(CondEvaluated); processOutgoingEdges() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp596 const Value *CondVal = BrInst.getCondition(); translateBr() local
/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2588 if (std::optional<APSInt> CondVal = getAsVariantMatchInfo() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6196 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 DSelectionDAGBuilder.cpp2803 const Value *CondVal = I.getCondition(); visitBr() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25998 unsigned CondVal = Op.getConstantOperandVal(3); LowerINTRINSIC_WO_CHAIN() local
[all...]