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 824 Value *CondVal = SI.getCondition();
828 if (Value *V = SimplifySelectInst(CondVal, TrueVal, FalseVal, DL))
835 return BinaryOperator::CreateOr(CondVal, FalseVal);
838 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
844 return BinaryOperator::CreateAnd(CondVal, TrueVal);
847 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
853 if (CondVal == TrueVal)
854 return BinaryOperator::CreateOr(CondVal, FalseVal)
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 633 Constant *CondVal = nullptr;
636 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
639 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 641 /// condition is CondVal.
643 const Stmt *Else, bool CondVal,
645 if (CondVal) {
    [all...]
SemaStmt.cpp 442 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
447 if (!CondVal.get() && !CondVar) {
452 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 2959 milliseconds