HomeSort by relevance Sort by last modified time
    Searched defs:CondVal (Results 1 - 3 of 3) 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...]

Completed in 77 milliseconds