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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 838 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
839 return BinaryOperator::CreateAnd(NotCond, FalseVal);
847 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
848 return BinaryOperator::CreateOr(NotCond, TrueVal);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 41 milliseconds