Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp623 auto *BitCastIn = dyn_cast<BitCastInst>(B); in isPointerBitcastEqualTo() local
625 if (!BitCastIn) in isPointerBitcastEqualTo()
631 return A == BitCastIn->getOperand(0); in isPointerBitcastEqualTo()