OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowerShiftRightParts
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsISelLowering.h
362
SDValue
lowerShiftRightParts
(SDValue Op, SelectionDAG& DAG,
MipsISelLowering.cpp
747
case ISD::SRA_PARTS: return
lowerShiftRightParts
(Op, DAG, true);
748
case ISD::SRL_PARTS: return
lowerShiftRightParts
(Op, DAG, false);
[
all
...]
Completed in 25 milliseconds