Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2583 bool IsFirstBitcast = (firstOp == Instruction::BitCast); in isEliminableCastPair() local
2585 bool AreBothBitcasts = IsFirstBitcast && IsSecondBitcast; in isEliminableCastPair()
2588 if ((IsFirstBitcast && isa<VectorType>(SrcTy) != isa<VectorType>(MidTy)) || in isEliminableCastPair()