Searched refs:NumOperands (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp63 template<size_t NumOperands>
72 if ((node != NULL) && (node->getNumOperands() >= NumOperands)) {
73 // Compiler try its best to unroll this loop since NumOperands is a
76 for (unsigned j = 0; j < NumOperands; j++) {
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1127 unsigned NumOperands = I.getNumOperands(); local
1128 if (NumOperands == 0)
1130 else if (NumOperands == 1) {
1134 for (unsigned i = 0, e = NumOperands; i != e; ++i)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1081 unsigned NumOperands = I.getNumOperands(); local
1082 if (NumOperands == 0)
1084 else if (NumOperands == 1) {
1088 for (unsigned i = 0, e = NumOperands; i != e; ++i)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1143 unsigned NumOperands = I.getNumOperands(); local
1144 if (NumOperands == 0)
1146 else if (NumOperands == 1) {
1150 for (unsigned i = 0, e = NumOperands; i != e; ++i)

Completed in 519 milliseconds