Home
last modified time | relevance | path

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

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