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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h373 Instruction *PromoteCastOfAllocation(BitCastInst &CI, AllocaInst &AI);
H A DInstCombineCasts.cpp77 /// PromoteCastOfAllocation - If we find a cast of an allocation instruction,
79 Instruction *InstCombiner::PromoteCastOfAllocation(BitCastInst &CI, function in class:InstCombiner
1707 if (Instruction *V = PromoteCastOfAllocation(CI, *AI))

Completed in 177 milliseconds