OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BINOP_SDIV
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h
211
BINOP_SDIV
= 4, // overloaded for FP
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
96
case Instruction::SDiv: return bitc::
BINOP_SDIV
;
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
155
case bitc::
BINOP_SDIV
:
[
all
...]
Completed in 45 milliseconds