Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp682 auto *BitCastIn = dyn_cast<BitCastInst>(B); in isPointerBitcastEqualTo() local
684 if (!BitCastIn) in isPointerBitcastEqualTo()
690 return A == BitCastIn->getOperand(0); in isPointerBitcastEqualTo()