Searched defs:CreateNeg (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DConstantFolder.h106 Constant *CreateNeg(Constant *C, function in class:llvm::ConstantFolder
H A DTargetFolder.h118 Constant *CreateNeg(Constant *C, function in class:llvm::TargetFolder
H A DNoFolder.h156 Instruction *CreateNeg(Constant *C, function in class:llvm::NoFolder
158 BinaryOperator *BO = BinaryOperator::CreateNeg(C);
H A DIRBuilder.h717 Value *CreateNeg(Value *V, const Twine &Name = "", function in class:llvm::IRBuilder
720 return Insert(Folder.CreateNeg(VC, HasNUW, HasNSW), Name);
721 BinaryOperator *BO = Insert(BinaryOperator::CreateNeg(V), Name);
727 return CreateNeg(V, Name, false, true);
730 return CreateNeg(V, Name, true, false);
/external/llvm/lib/VMCore/
H A DInstructions.cpp1808 BinaryOperator *BinaryOperator::CreateNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
1816 BinaryOperator *BinaryOperator::CreateNeg(Value *Op, const Twine &Name, function in class:BinaryOperator

Completed in 68 milliseconds