reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
 2465     auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace());
 2466     if (PtrType != Int8PtrTy)
 2479     if (PtrType != Int8PtrTy)
 2480       return CreateBitCast(Fn, PtrType);