Searched refs:CreateNSWNeg (Results 1 - 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 163 Instruction *CreateNSWNeg(Constant *C) const { function in class:llvm::NoFolder 164 return BinaryOperator::CreateNSWNeg(C);
|
H A D | InstrTypes.h | 485 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "", 487 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
|
H A D | IRBuilder.h | 1003 Value *CreateNSWNeg(Value *V, const Twine &Name = "") { function in class:llvm::IRBuilder
|
/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 2042 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, 2048 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name,
|
H A D | Core.cpp | 2443 return wrap(unwrap(B)->CreateNSWNeg(unwrap(V), Name));
|
/external/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1737 if (!isInc) numElts = Builder.CreateNSWNeg(numElts, "vla.negsize");
|
Completed in 107 milliseconds