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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 638 Value *CondVal = SI.getCondition();
642 if (Value *V = SimplifySelectInst(CondVal, TrueVal, FalseVal, TD))
649 return BinaryOperator::CreateOr(CondVal, FalseVal);
652 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
657 return BinaryOperator::CreateAnd(CondVal, TrueVal);
660 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
666 if (CondVal == TrueVal)
667 return BinaryOperator::CreateOr(CondVal, FalseVal)
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 422 Constant *CondVal = 0;
424 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
427 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassemblerCore.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 309 milliseconds