Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h394 Instruction *optimizeBitCastFromPhi(CastInst &CI, PHINode *PN);
H A DInstCombineCasts.cpp2501 Instruction *InstCombinerImpl::optimizeBitCastFromPhi(CastInst &CI, in optimizeBitCastFromPhi() function in InstCombinerImpl
2805 if (Instruction *I = optimizeBitCastFromPhi(CI, PN)) in visitBitCast()