Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getInt8PtrTy

642         IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
643 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()),
648 IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
1214 ClMemoryAccessCallbackPrefix + "memmove", IRB.getInt8PtrTy(),
1215 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy, NULL));
1217 ClMemoryAccessCallbackPrefix + "memcpy", IRB.getInt8PtrTy(),
1218 getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy, NULL));
1220 ClMemoryAccessCallbackPrefix + "memset", IRB.getInt8PtrTy(),
1221 IRB.getInt8PtrTy(), IRB.getInt32Ty(), IntptrTy, NULL));
1719 IRBPoison.CreateIntToPtr(SavedFlagPtr, IRBPoison.getInt8PtrTy()));