Home
last modified time | relevance | path

Searched defs:getNot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h208 static ValueLatticeElement getNot(Constant *C) { in getNot() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2593 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr