Searched refs:CastOp (Results 1 – 2 of 2) sorted by relevance
254 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local256 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression()261 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension, DL, in GetLinearExpression()
5646 if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand())) in BuildConstantFromSCEV() local5647 return ConstantExpr::getSExt(CastOp, SS->getType()); in BuildConstantFromSCEV()5652 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV() local5653 return ConstantExpr::getZExt(CastOp, SZ->getType()); in BuildConstantFromSCEV()5658 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local5659 return ConstantExpr::getTrunc(CastOp, ST->getType()); in BuildConstantFromSCEV()