Searched refs:TyB (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2375 Type *TyB = BCI->getType(); local
2376 if (TyA != DestTy || TyB != SrcTy)
2390 Type *TyB = BCI->getOperand(0)->getType(); local
2392 if (TyA != DestTy || TyB != SrcTy)
2467 Type *TyB = BCI->getOperand(0)->getType(); local
2469 assert(TyA == DestTy && TyB == SrcTy);
2471 (void) TyB;
H A DInstCombineCompares.cpp4598 Type *TyA = A->getType(), *TyB = B->getType(); local
4600 WidthB = TyB->getPrimitiveSizeInBits();
4605 MulType = TyB;

Completed in 70 milliseconds