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