Searched defs:CastOpc (Results 1 – 7 of 7) sorted by relevance
424 const unsigned CastOpc = CastMI.getOpcode(); in tryFoldUnmergeCast() local
5358 static Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst()5400 Value *llvm::simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst()
3103 auto CastOpc = in foldCastFromReductions() local
2517 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow() local
6072 unsigned CastOpc; in LowerVectorINT_TO_FP() local
4903 unsigned CastOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerVectorINT_TO_FP() local
58858 if (std::optional<unsigned> CastOpc = in combineConcatVectorOps() local