OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateNSWAdd
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
NoFolder.h
47
Instruction *
CreateNSWAdd
(Constant *LHS, Constant *RHS) const {
48
return BinaryOperator::
CreateNSWAdd
(LHS, RHS);
/external/llvm/include/llvm/IR/
IRBuilder.h
581
Value *
CreateNSWAdd
(Value *LHS, Value *RHS, const Twine &Name = "") {
[
all
...]
Completed in 249 milliseconds