Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h136 Constant *CreateNot(Constant *C) const override { in CreateNot() function
H A DNoFolder.h169 Instruction *CreateNot(Constant *C) const override { in CreateNot() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h128 Constant *CreateNot(Constant *C) const override { in CreateNot() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2620 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
2627 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator