HomeSort by relevance Sort by last modified time
    Searched refs:CondVal (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 827 Value *CondVal = SI.getCondition();
832 SimplifySelectInst(CondVal, TrueVal, FalseVal, DL, TLI, DT, AC))
839 return BinaryOperator::CreateOr(CondVal, FalseVal);
842 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
848 return BinaryOperator::CreateAnd(CondVal, TrueVal);
851 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
857 if (CondVal == TrueVal)
858 return BinaryOperator::CreateOr(CondVal, FalseVal)
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 649 /// condition is CondVal.
651 const Stmt *Else, bool CondVal,
653 if (CondVal) {
    [all...]
SemaStmt.cpp 492 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
495 ExprResult CondResult(CondVal.release());
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2451 milliseconds