OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMachineConstantPoolEntry
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineConstantPool.h
78
bool
IsMachineConstantPoolEntry
;
81
: Alignment(A),
IsMachineConstantPoolEntry
(false) {
86
: Alignment(A),
IsMachineConstantPoolEntry
(true) {
90
///
isMachineConstantPoolEntry
- Return true if the MachineConstantPoolEntry
93
bool
isMachineConstantPoolEntry
() const { return
IsMachineConstantPoolEntry
; }
SelectionDAGNodes.h
1843
bool
isMachineConstantPoolEntry
() const {
1848
assert(!
isMachineConstantPoolEntry
() && "Wrong constantpool type");
1853
assert(
isMachineConstantPoolEntry
() && "Wrong constantpool type");
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026