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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp298 /// InstCombineLoadCast - Fold 'load (cast P)' -> cast (load P)' when possible.
299 static Instruction *InstCombineLoadCast(InstCombiner &IC, LoadInst &LI, function
373 if (Instruction *Res = InstCombineLoadCast(*this, LI, TD))
417 if (Instruction *Res = InstCombineLoadCast(*this, LI, TD))

Completed in 93 milliseconds