Searched refs:InstCombineStoreToCast (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp450 /// InstCombineStoreToCast - Fold store V, (cast P) -> store (cast V), P
453 static Instruction *InstCombineStoreToCast(InstCombiner &IC, StoreInst &SI) { function
664 if (Instruction *Res = InstCombineStoreToCast(*this, SI))
668 if (Instruction *Res = InstCombineStoreToCast(*this, SI))

Completed in 104 milliseconds