Searched defs:CastOpc (Results 1 – 7 of 7) sorted by relevance
419 const unsigned CastOpc = CastMI.getOpcode(); in tryFoldUnmergeCast() local
2149 auto CastOpc = in foldCastFromReductions() local
5321 static Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst()5363 Value *llvm::simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst()
2275 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow() local
4658 unsigned CastOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerVectorINT_TO_FP() local4707 unsigned CastOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerVectorINT_TO_FP() local
5999 unsigned CastOpc; in LowerVectorINT_TO_FP() local
56505 if (std::optional<unsigned> CastOpc = in combineConcatVectorOps() local