Searched refs:invertCondition (Results 1 – 4 of 4) sorted by relevance
573 LLVM_ABI Value *invertCondition(Value *Condition);
178 Value *Inverted = invertCondition(Condition); in calcPredicateUsingBooleans()
4293 Value *llvm::invertCondition(Value *Condition) { in invertCondition() function in llvm
502 Cond = invertCondition(Cond); in buildCondition()