Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp827 Value *CondVal = SI.getCondition(); in visitSelectInst() local
DInstructionCombining.cpp2956 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); in AddReachableCodeToWorklist() local
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp865 Constant *CondVal = nullptr; in TryTrivialLoopUnswitch() local
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp651 const Stmt *Else, bool CondVal, in CreateIfFixit()
DSemaStmt.cpp492 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp898 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3316 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst()
DScalarEvolution.cpp6065 auto *CondVal = dyn_cast_or_null<ConstantInt>( in computeExitCountExhaustively() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1701 const Value *CondVal = I.getCondition(); in visitBr() local