OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BINOP_SREM
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h
213
BINOP_SREM
= 6, // overloaded for FP
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
99
case Instruction::SRem: return bitc::
BINOP_SREM
;
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
110
case Instruction::SRem: return bitc::
BINOP_SREM
;
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
95
case Instruction::SRem: return bitc::
BINOP_SREM
;
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
100
case Instruction::SRem: return bitc::
BINOP_SREM
;
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
158
case bitc::
BINOP_SREM
:
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
190
case bitc::
BINOP_SREM
:
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
431
case bitc::
BINOP_SREM
:
[
all
...]
Completed in 78 milliseconds