Home
last modified time | relevance | path

Searched refs:invertCondition (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h573 LLVM_ABI Value *invertCondition(Value *Condition);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DControlFlowUtils.cpp178 Value *Inverted = invertCondition(Condition); in calcPredicateUsingBooleans()
H A DLocal.cpp4293 Value *llvm::invertCondition(Value *Condition) { in invertCondition() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp502 Cond = invertCondition(Cond); in buildCondition()