Home
last modified time | relevance | path

Searched defs:CreateNSWNeg (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h163 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1876 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator
1882 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg() function in BinaryOperator
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1416 func (b Builder) CreateNSWNeg(v Value, name string) (rv Value) { func