Home
last modified time | relevance | path

Searched defs:CreateNot (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h134 Constant *CreateNot(Constant *C) const { in CreateNot() function
H A DNoFolder.h203 Instruction *CreateNot(Constant *C) const { in CreateNot() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h124 Constant *CreateNot(Constant *C) const { in CreateNot() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2234 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
2241 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator