Home
last modified time | relevance | path

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

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