Searched refs:NotCond (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp672 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); local
673 return BinaryOperator::CreateAnd(NotCond, FalseVal);
680 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); local
681 return BinaryOperator::CreateOr(NotCond, TrueVal);
712 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); local
713 return new ZExtInst(NotCond, SI.getType());
718 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); local
719 return new SExtInst(NotCond, SI.getType());
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1945 Instruction *NotCond = local
1950 NotCond, New,
1966 Instruction *NotCond = local
1971 NotCond, MergedCond,

Completed in 389 milliseconds