Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2805 bool IsSecondBitcast = (secondOp == Instruction::BitCast); in isEliminableCastPair() local
2806 bool AreBothBitcasts = IsFirstBitcast && IsSecondBitcast; in isEliminableCastPair()
2810 (IsSecondBitcast && isa<VectorType>(MidTy) != isa<VectorType>(DstTy))) in isEliminableCastPair()