Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp254 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local
256 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression()
261 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension, DL, in GetLinearExpression()
DScalarEvolution.cpp5646 if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand())) in BuildConstantFromSCEV() local
5647 return ConstantExpr::getSExt(CastOp, SS->getType()); in BuildConstantFromSCEV()
5652 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV() local
5653 return ConstantExpr::getZExt(CastOp, SZ->getType()); in BuildConstantFromSCEV()
5658 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
5659 return ConstantExpr::getTrunc(CastOp, ST->getType()); in BuildConstantFromSCEV()