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.cpp1126 unsigned NumOperands = I.getNumOperands(); local
1127 if (NumOperands == 0)
1129 else if (NumOperands == 1) {
1133 for (unsigned i = 0, e = NumOperands; i != e; ++i)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1080 unsigned NumOperands = I.getNumOperands(); local
1081 if (NumOperands == 0)
1083 else if (NumOperands == 1) {
1087 for (unsigned i = 0, e = NumOperands; i != e; ++i)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1138 unsigned NumOperands = I.getNumOperands(); local
1139 if (NumOperands == 0)
1141 else if (NumOperands == 1) {
1145 for (unsigned i = 0, e = NumOperands; i != e; ++i)

Completed in 63 milliseconds