Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp2483 bool IsFirstBitcast = (firstOp == Instruction::BitCast); in isEliminableCastPair() local
2485 bool AreBothBitcasts = IsFirstBitcast && IsSecondBitcast; in isEliminableCastPair()
2488 if ((IsFirstBitcast && isa<VectorType>(SrcTy) != isa<VectorType>(MidTy)) || in isEliminableCastPair()