Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp154 Instruction *InstCombinerImpl::commonCastTransforms(CastInst &CI) { in commonCastTransforms() function in InstCombinerImpl
678 if (Instruction *Result = commonCastTransforms(Trunc)) in visitTrunc()
1146 if (Instruction *Result = commonCastTransforms(Zext)) in visitZExt()
1434 if (Instruction *I = commonCastTransforms(Sext)) in visitSExt()
1711 if (Instruction *I = commonCastTransforms(FPT)) in visitFPTrunc()
1907 return commonCastTransforms(FPExt); in visitFPExt()
1974 return commonCastTransforms(FI); in visitFPToUI()
1984 return commonCastTransforms(FI); in visitFPToSI()
1988 if (Instruction *R = commonCastTransforms(CI)) in visitUIToFP()
1998 if (Instruction *R = commonCastTransforms(CI)) in visitSIToFP()
[all …]
H A DInstCombineInternal.h135 Instruction *commonCastTransforms(CastInst &CI);