OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateNSWNeg
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Support/
NoFolder.h
163
Instruction *
CreateNSWNeg
(Constant *C) const {
164
return BinaryOperator::
CreateNSWNeg
(C);
/external/llvm/include/llvm/IR/
InstrTypes.h
291
static BinaryOperator *
CreateNSWNeg
(Value *Op, const Twine &Name = "",
293
static BinaryOperator *
CreateNSWNeg
(Value *Op, const Twine &Name,
[
all
...]
IRBuilder.h
809
Value *
CreateNSWNeg
(Value *V, const Twine &Name = "") {
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
[
all
...]
Core.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExprScalar.cpp
[
all
...]
Completed in 49 milliseconds