Searched refs:CreateNSWNeg (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DNoFolder.h163 Instruction *CreateNSWNeg(Constant *C) const { function in class:llvm::NoFolder
164 return BinaryOperator::CreateNSWNeg(C);
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h291 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "",
293 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h851 Value *CreateNSWNeg(Value *V, const Twine &Name = "") { function in class:llvm::IRBuilder
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1866 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
1872 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
H A DCore.cpp2156 return wrap(unwrap(B)->CreateNSWNeg(unwrap(V), Name));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1639 if (!isInc) numElts = Builder.CreateNSWNeg(numElts, "vla.negsize");

Completed in 88 milliseconds