Home
last modified time | relevance | path

Searched refs:optimizeBitCastFromPhi (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h566 Instruction *optimizeBitCastFromPhi(CastInst &CI, PHINode *PN);
H A DInstCombineCasts.cpp2157 Instruction *InstCombiner::optimizeBitCastFromPhi(CastInst &CI, PHINode *PN) { in optimizeBitCastFromPhi() function in InstCombiner
2392 if (Instruction *I = optimizeBitCastFromPhi(CI, PN)) in visitBitCast()