Home
last modified time | relevance | path

Searched refs:PromoteCastOfAllocation (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h356 Instruction *PromoteCastOfAllocation(BitCastInst &CI, AllocaInst &AI);
DInstCombineCasts.cpp78 Instruction *InstCombiner::PromoteCastOfAllocation(BitCastInst &CI, in PromoteCastOfAllocation() function in InstCombiner
1675 if (Instruction *V = PromoteCastOfAllocation(CI, *AI)) in visitBitCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h564 Instruction *PromoteCastOfAllocation(BitCastInst &CI, AllocaInst &AI);
DInstCombineCasts.cpp81 Instruction *InstCombiner::PromoteCastOfAllocation(BitCastInst &CI, in PromoteCastOfAllocation() function in InstCombiner
1814 if (Instruction *V = PromoteCastOfAllocation(CI, *AI)) in visitBitCast()