Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h113 Constant *CreateNot(Constant *C) const { in CreateNot() function
H A DNoFolder.h172 Instruction *CreateNot(Constant *C) const { in CreateNot() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h125 Constant *CreateNot(Constant *C) const { in CreateNot() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h371 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) { in CreateNot() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1914 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
1921 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1434 func (b Builder) CreateNot(v Value, name string) (rv Value) { func