OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOpcWithIntImmediate
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
302
//
isOpcWithIntImmediate
- This method tests to see if the node is a specific
305
static bool
isOpcWithIntImmediate
(SDNode *N, unsigned Opc, unsigned& Imm) {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
282
//
isOpcWithIntImmediate
- This method tests to see if the node is a specific
285
static bool
isOpcWithIntImmediate
(SDNode *N, unsigned Opc, unsigned& Imm) {
[
all
...]
Completed in 142 milliseconds