Home
last modified time | relevance | path

Searched refs:NumOperands (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1152 unsigned NumOperands = I.getNumOperands(); in WriteInstruction() local
1153 if (NumOperands == 0) in WriteInstruction()
1155 else if (NumOperands == 1) { in WriteInstruction()
1159 for (unsigned i = 0, e = NumOperands; i != e; ++i) in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1150 unsigned NumOperands = I.getNumOperands(); in WriteInstruction() local
1151 if (NumOperands == 0) in WriteInstruction()
1153 else if (NumOperands == 1) { in WriteInstruction()
1157 for (unsigned i = 0, e = NumOperands; i != e; ++i) in WriteInstruction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1183 unsigned NumOperands = I.getNumOperands(); in WriteInstruction() local
1184 if (NumOperands == 0) in WriteInstruction()
1186 else if (NumOperands == 1) { in WriteInstruction()
1190 for (unsigned i = 0, e = NumOperands; i != e; ++i) in WriteInstruction()