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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h374 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
1754 if (Instruction *V = PromoteCastOfAllocation(CI, *AI))

Completed in 52 milliseconds