reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
70 PHINode *LoopIndex = LoopBuilder.CreatePHI(TypeOfCopyLen, 2, "loop-index"); 71 LoopIndex->addIncoming(ConstantInt::get(TypeOfCopyLen, 0U), PreLoopBB); 81 LoopBuilder.CreateAdd(LoopIndex, ConstantInt::get(TypeOfCopyLen, 1U)); 85 Constant *LoopEndCI = ConstantInt::get(TypeOfCopyLen, LoopEndCount); 116 OpTy, CastedSrc, ConstantInt::get(TypeOfCopyLen, GepIndex)); 125 OpTy, CastedDst, ConstantInt::get(TypeOfCopyLen, GepIndex));