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

References

include/llvm/IR/IRBuilder.h
 2437     auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace());
 2438     if (PtrType != Int8PtrTy)
 2451     if (PtrType != Int8PtrTy)
 2452       return CreateBitCast(Fn, PtrType);