Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dpr44242.ll7 ; Use %val in an instruction type not supported by optimizeBitCastFromPhi.
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h328 Instruction *optimizeBitCastFromPhi(CastInst &CI, PHINode *PN);
H A DInstCombineCasts.cpp2523 Instruction *InstCombinerImpl::optimizeBitCastFromPhi(CastInst &CI, in optimizeBitCastFromPhi() function in InstCombinerImpl
2885 if (Instruction *I = optimizeBitCastFromPhi(CI, PN)) in visitBitCast()