Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CastOp

5020       if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand()))
5021 return ConstantExpr::getSExt(CastOp, SS->getType());
5026 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand()))
5027 return ConstantExpr::getZExt(CastOp, SZ->getType());
5032 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand()))
5033 return ConstantExpr::getTrunc(CastOp, ST->getType());