Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp3022 bool IsSecondBitcast = (secondOp == Instruction::BitCast); in isEliminableCastPair() local
3023 bool AreBothBitcasts = IsFirstBitcast && IsSecondBitcast; in isEliminableCastPair()
3027 (IsSecondBitcast && isa<VectorType>(MidTy) != isa<VectorType>(DstTy))) in isEliminableCastPair()