Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h330 Instruction *optimizeBitCastFromPhi(CastInst &CI, PHINode *PN);
H A DInstCombineCasts.cpp2522 Instruction *InstCombinerImpl::optimizeBitCastFromPhi(CastInst &CI, in optimizeBitCastFromPhi() function in InstCombinerImpl
2890 if (Instruction *I = optimizeBitCastFromPhi(CI, PN)) in visitBitCast()