Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2305 bool IsFirstBitcast = (firstOp == Instruction::BitCast); in isEliminableCastPair() local
2307 bool AreBothBitcasts = IsFirstBitcast && IsSecondBitcast; in isEliminableCastPair()
2310 if ((IsFirstBitcast && isa<VectorType>(SrcTy) != isa<VectorType>(MidTy)) || in isEliminableCastPair()
/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()