Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h209 static ValueLatticeElement getNot(Constant *C) { in getNot() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2672 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr