Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp843 auto *CondVal = SI.getCondition(); foldSelectZeroOrMul() local
1881 Value *CondVal = SI.getCondition(); foldAddSubSelect() local
1956 Value *CondVal = SI.getCondition(); foldOverflowingAddSubSelect() local
2115 Value *CondVal = SI.getCondition(); canonicalizeSelectToShuffle() local
2580 Value *CondVal = SI.getCondition(); foldSelectWithSRem() local
2656 Value *CondVal = SI.getCondition(); foldAndOrOfSelectUsingImpliedCond() local
2699 Value *CondVal = SI.getCondition(); foldSelectWithFCmpToFabs() local
2938 Value *CondVal = SI.getCondition(); foldSelectOfBools() local
3364 Value *CondVal = SI.getCondition(); visitSelectInst() local
[all...]
H A DInstructionCombining.cpp1005 Value *A, *CondVal, *TrueVal, *FalseVal; foldBinOpOfSelectAndCastOfSelectCondition() local
4695 bool CondVal = Cond->getZExtValue(); prepareWorklist() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1747 ValueLatticeElement CondVal = getValueState(OtherOp); handleCallResult() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1586 std::optional<ValueLatticeElement> CondVal; getValueAtUse() local
H A DInstructionSimplify.cpp4613 simplifySelectWithICmpCond(Value * CondVal,Value * TrueVal,Value * FalseVal,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySelectWithICmpCond() argument
H A DScalarEvolution.cpp9678 auto *CondVal = dyn_cast_or_null<ConstantInt>( computeExitCountExhaustively() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp953 GenericValue CondVal = getOperandValue(Cond, SF); visitSwitchInst() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp816 const Stmt *Else, bool CondVal, in CreateIfFixit() argument
H A DSemaStmt.cpp1702 auto CondVal = Cond.get(); ActOnWhileStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2514 auto *CondVal = cast<ConstantInt>(CondEvaluated); processOutgoingEdges() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2586 if (std::optional<APSInt> CondVal = getAsVariantMatchInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp596 const Value *CondVal = BrInst.getCondition(); in translateBr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6186 getNumThreads(CodeGenFunction & CGF,const CapturedStmt * CS,const Expr ** E,int32_t & UpperBound,bool UpperBoundOnly,llvm::Value ** CondVal) getNumThreads() argument
6277 getNumThreadsExprForTargetDirective(CodeGenFunction & CGF,const OMPExecutableDirective & D,int32_t & UpperBound,bool UpperBoundOnly,llvm::Value ** CondVal,const Expr ** ThreadLimitExpr) getNumThreadsExprForTargetDirective() argument
6438 llvm::Value *CondVal = nullptr; emitNumThreadsForTargetDirective() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2618 const Value *CondVal = I.getCondition(); visitBr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25764 unsigned CondVal = Op.getConstantOperandVal(3); LowerINTRINSIC_WO_CHAIN() local
[all...]