Hi nullnull, > I'm instrumenting memory loads and stores in a LLVM module pass. In this work, I > need to do > (1) Getting memory address of the operand, (Looks I've done correctly) > (2) Getting memory read/write size, (Question) use getTypeStoreSize defined in TargetData. Ciao, Duncan.