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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp253 /// InstCombineStoreToCast - Fold store V, (cast P) -> store (cast V), P
256 static Instruction *InstCombineStoreToCast(InstCombiner &IC, StoreInst &SI) { function
467 if (Instruction *Res = InstCombineStoreToCast(*this, SI))
471 if (Instruction *Res = InstCombineStoreToCast(*this, SI))

Completed in 82 milliseconds