Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2341 else if (SIToFPInst *SCast = dyn_cast<SIToFPInst>(CandidateUI->getUser())) { in OptimizeShadowIV() local
2343 DestTy = SCast->getDestTy(); in OptimizeShadowIV()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7154 if (auto *SCast = dyn_cast<SCEVIntegralCastExpr>(S)) { in getRangeViaFactoring() local
7155 CastOp = SCast->getSCEVType(); in getRangeViaFactoring()
7156 S = SCast->getOperand(); in getRangeViaFactoring()