Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp852 Value *CondVal = SI.getCondition(); in visitSelectInst() local
H A DInstructionCombining.cpp2742 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); in AddReachableCodeToWorklist() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp645 Constant *CondVal = nullptr; in UnswitchIfProfitable() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp636 const Stmt *Else, bool CondVal, in CreateIfFixit()
H A DSemaStmt.cpp481 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp897 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3119 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst()
H A DScalarEvolution.cpp5493 ConstantInt *CondVal = in ComputeExitCountExhaustively() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1598 const Value *CondVal = I.getCondition(); in visitBr() local