Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2306 bool IsSecondBitcast = (secondOp == Instruction::BitCast); in isEliminableCastPair() local
2307 bool AreBothBitcasts = IsFirstBitcast && IsSecondBitcast; in isEliminableCastPair()
2311 (IsSecondBitcast && isa<VectorType>(MidTy) != isa<VectorType>(DstTy))) in isEliminableCastPair()
/external/llvm/lib/IR/
DInstructions.cpp2484 bool IsSecondBitcast = (secondOp == Instruction::BitCast); in isEliminableCastPair() local
2485 bool AreBothBitcasts = IsFirstBitcast && IsSecondBitcast; in isEliminableCastPair()
2489 (IsSecondBitcast && isa<VectorType>(MidTy) != isa<VectorType>(DstTy))) in isEliminableCastPair()