OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubclassData
(Results
26 - 32
of
32
) sorted by null
1
2
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h
165
/// An instruction for reading from memory. This uses the
SubclassData
field in
732
unsigned short
SubclassData
= getSubclassDataFromInstruction();
733
setInstructionSubclassData((
SubclassData
& 31) |
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h
165
/// An instruction for reading from memory. This uses the
SubclassData
field in
732
unsigned short
SubclassData
= getSubclassDataFromInstruction();
733
setInstructionSubclassData((
SubclassData
& 31) |
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h
165
/// An instruction for reading from memory. This uses the
SubclassData
field in
732
unsigned short
SubclassData
= getSubclassDataFromInstruction();
733
setInstructionSubclassData((
SubclassData
& 31) |
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h
165
/// An instruction for reading from memory. This uses the
SubclassData
field in
732
unsigned short
SubclassData
= getSubclassDataFromInstruction();
733
setInstructionSubclassData((
SubclassData
& 31) |
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h
165
/// An instruction for reading from memory. This uses the
SubclassData
field in
732
unsigned short
SubclassData
= getSubclassDataFromInstruction();
733
setInstructionSubclassData((
SubclassData
& 31) |
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h
165
/// An instruction for reading from memory. This uses the
SubclassData
field in
732
unsigned short
SubclassData
= getSubclassDataFromInstruction();
733
setInstructionSubclassData((
SubclassData
& 31) |
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h
165
/// An instruction for reading from memory. This uses the
SubclassData
field in
732
unsigned short
SubclassData
= getSubclassDataFromInstruction();
733
setInstructionSubclassData((
SubclassData
& 31) |
[
all
...]
Completed in 1116 milliseconds
1
2