Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2636 CastInst *SrcCast = cast<CastInst>(Src); in visitBitCast() local
2637 if (BitCastInst *BCIn = dyn_cast<BitCastInst>(SrcCast->getOperand(0))) in visitBitCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp876 const SCEVIntegralCastExpr *SrcCast = cast<SCEVIntegralCastExpr>(Src); in removeMatchingExtensions() local
878 const SCEV *SrcCastOp = SrcCast->getOperand(); in removeMatchingExtensions()