Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2820 bool IsFirstBitcast = (firstOp == Instruction::BitCast); in isEliminableCastPair() local
2822 bool AreBothBitcasts = IsFirstBitcast && IsSecondBitcast; in isEliminableCastPair()
2825 if ((IsFirstBitcast && isa<VectorType>(SrcTy) != isa<VectorType>(MidTy)) || in isEliminableCastPair()