reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
171 bool LoopOpIsInt8 = LoopOpType == Int8Type; 231 ResBuilder.CreateBitCast(SrcAddr, PointerType::get(Int8Type, SrcAS)); 233 ResBuilder.CreateBitCast(DstAddr, PointerType::get(Int8Type, DstAS)); 236 ResBuilder.CreateInBoundsGEP(Int8Type, SrcAsInt8, FullOffset); 237 Value *Load = ResBuilder.CreateLoad(Int8Type, SrcGEP, SrcIsVolatile); 239 ResBuilder.CreateInBoundsGEP(Int8Type, DstAsInt8, FullOffset);