/external/llvm/lib/Transforms/InstCombine/ |
InstCombineSelect.cpp | 733 Value *CondVal = SI.getCondition(); 737 if (Value *V = SimplifySelectInst(CondVal, TrueVal, FalseVal, TD)) 744 return BinaryOperator::CreateOr(CondVal, FalseVal); 747 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); 753 return BinaryOperator::CreateAnd(CondVal, TrueVal); 756 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); 762 if (CondVal == TrueVal) 763 return BinaryOperator::CreateOr(CondVal, FalseVal) [all...] |
InstructionCombining.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopUnswitch.cpp | 639 Constant *CondVal = 0; 642 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) { 645 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock); [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Execution.cpp | [all...] |
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | 463 /// condition is CondVal. 465 const Stmt *Else, bool CondVal, 467 if (CondVal) { [all...] |
SemaStmt.cpp | 432 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, 437 if (!CondVal.get() && !CondVar) { 442 ExprResult CondResult(CondVal.release()); [all...] |
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | [all...] |
ScalarEvolution.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |