Searched defs:CondVal (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp733 Value *CondVal = SI.getCondition(); local
[all...]
H A DInstructionCombining.cpp2282 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp637 Constant *CondVal = 0; local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp465 CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, const Stmt *Else, bool CondVal, FixItHint &Fixit1, FixItHint &Fixit2) argument
H A DSemaStmt.cpp429 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, argument
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2697 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, argument

Completed in 197 milliseconds