OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeOperand
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonRDFOpt.cpp
90
void
removeOperand
(NodeAddr<InstrNode*> IA, unsigned OpNum);
175
void HexagonDCE::
removeOperand
(NodeAddr<InstrNode*> IA, unsigned OpNum) {
189
MI->
RemoveOperand
(OpNum);
261
removeOperand
(IA, OpNum);
/external/r8/src/main/java/com/android/tools/r8/ir/code/
Phi.java
119
public void
removeOperand
(int index) {
Completed in 78 milliseconds