Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp824 Value *CondVal = SI.getCondition(); in visitSelectInst() local
HDInstructionCombining.cpp2881 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); in AddReachableCodeToWorklist() local
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopUnswitch.cpp670 Constant *CondVal = nullptr; in UnswitchIfProfitable() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp638 const Stmt *Else, bool CondVal, in CreateIfFixit()
HDSemaStmt.cpp483 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
/NextBSD/contrib/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp898 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
/NextBSD/contrib/llvm/lib/Analysis/
HDInstructionSimplify.cpp3258 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst()
HDScalarEvolution.cpp5590 ConstantInt *CondVal = dyn_cast_or_null<ConstantInt>( in ComputeExitCountExhaustively() local
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp1568 const Value *CondVal = I.getCondition(); in visitBr() local