Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6079 if (auto *Cast2 = dyn_cast<CastInst>(V2)) { in lookThroughCast() local
6081 if (*CastOp == Cast2->getOpcode() && SrcTy == Cast2->getSrcTy()) in lookThroughCast()
6082 return Cast2->getOperand(0); in lookThroughCast()