reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10068 for (unsigned i = 0; i < LoopSize; i+=UnitSize) { 10132 if ((LoopSize & 0xFFFF0000) != 0) 10135 .addImm(LoopSize & 0xFFFF) 10138 if ((LoopSize & 0xFFFF0000) != 0) 10141 .addImm(LoopSize >> 16) 10146 const Constant *C = ConstantInt::get(Int32Ty, LoopSize);