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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 652 Value *CondVal = SI.getCondition();
656 if (Value *V = SimplifySelectInst(CondVal, TrueVal, FalseVal, TD))
663 return BinaryOperator::CreateOr(CondVal, FalseVal);
666 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
671 return BinaryOperator::CreateAnd(CondVal, TrueVal);
674 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
680 if (CondVal == TrueVal)
681 return BinaryOperator::CreateOr(CondVal, FalseVal)
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 639 Constant *CondVal = 0;
641 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
644 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 649 GenericValue CondVal = getOperandValue(Cond, SF);
655 if (executeICMP_EQ(CondVal, CaseVal, ElTy).IntVal != 0) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 374 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
377 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...]

Completed in 701 milliseconds