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