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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp457 /// InstCombineStoreToCast - Fold store V, (cast P) -> store (cast V), P
460 static Instruction *InstCombineStoreToCast(InstCombiner &IC, StoreInst &SI) { function
671 if (Instruction *Res = InstCombineStoreToCast(*this, SI))
675 if (Instruction *Res = InstCombineStoreToCast(*this, SI))

Completed in 158 milliseconds