Searched refs:BitCastLoad (Results 1 – 1 of 1) sorted by relevance
88 Value *BitCastLoad = Builder.CreateBitCast(Load, I.getType()); in visitLoadInst() local89 I.replaceAllUsesWith(BitCastLoad); in visitLoadInst()