Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2695 if (BitCastInst *BCIn = dyn_cast<BitCastInst>(SrcCast->getOperand(0))) in visitBitCast() local
2696 if (isa<VectorType>(BCIn->getOperand(0)->getType())) in visitBitCast()
2698 BCIn->getOperand(0), cast<VectorType>(DestTy), *this)) in visitBitCast()