OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateNSWNeg
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
NoFolder.h
163
Instruction *
CreateNSWNeg
(Constant *C) const {
164
return BinaryOperator::
CreateNSWNeg
(C);
IRBuilder.h
726
Value *
CreateNSWNeg
(Value *V, const Twine &Name = "") {
[
all
...]
/external/llvm/lib/VMCore/
Instructions.cpp
[
all
...]
Completed in 143 milliseconds