reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
106 unsigned OperandSize = getLoopOperandSizeInBytes(OpTy); 111 PointerType *SrcPtrType = PointerType::get(OpTy, SrcAS); 116 OpTy, CastedSrc, ConstantInt::get(TypeOfCopyLen, GepIndex)); 117 Value *Load = RBuilder.CreateLoad(OpTy, SrcGEP, SrcIsVolatile); 120 PointerType *DstPtrType = PointerType::get(OpTy, DstAS); 125 OpTy, CastedDst, ConstantInt::get(TypeOfCopyLen, GepIndex));