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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp882 unsigned NumOps = CA->getNumOperands(); local
884 if (CA->getOperand(NumOps-1)->isNullValue()) {
886 --NumOps; // Don't encode the null, which isn't allowed by char6.
893 for (unsigned i = 0; i != NumOps; ++i) {

Completed in 189 milliseconds