Searched defs:CreateNot (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h113 Constant *CreateNot(Constant *C) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h125 Constant *CreateNot(Constant *C) const { function in class:llvm::TargetFolder
H A DNoFolder.h172 Instruction *CreateNot(Constant *C) const { function in class:llvm::NoFolder
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h331 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) { function in class:llvm::MCUnaryExpr
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h863 Value *CreateNot(Value *V, const Twine &Name = "") { function in class:llvm::IRBuilder
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1904 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, function in class:BinaryOperator
1911 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, function in class:BinaryOperator

Completed in 111 milliseconds