Lines Matching refs:getScalarSizeInBits
2102 return IntPtrTy->getScalarSizeInBits() == in isNoopCast()
2103 DestTy->getScalarSizeInBits(); in isNoopCast()
2105 return IntPtrTy->getScalarSizeInBits() == in isNoopCast()
2106 SrcTy->getScalarSizeInBits(); in isNoopCast()
2228 unsigned MidSize = MidTy->getScalarSizeInBits(); in isEliminableCastPair()
2240 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
2249 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair()
2250 unsigned DstSize = DstTy->getScalarSizeInBits(); in isEliminableCastPair()
2281 if (SrcIntPtrTy->getScalarSizeInBits() == in isEliminableCastPair()
2282 MidIntPtrTy->getScalarSizeInBits()) in isEliminableCastPair()
2300 MidIntPtrTy->getScalarSizeInBits() == in isEliminableCastPair()
2301 DstIntPtrTy->getScalarSizeInBits()) in isEliminableCastPair()
2309 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
2310 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair()
2311 unsigned DstSize = DstTy->getScalarSizeInBits(); in isEliminableCastPair()
2370 if (S->getType()->getScalarSizeInBits() == Ty->getScalarSizeInBits()) in CreateZExtOrBitCast()
2378 if (S->getType()->getScalarSizeInBits() == Ty->getScalarSizeInBits()) in CreateZExtOrBitCast()
2386 if (S->getType()->getScalarSizeInBits() == Ty->getScalarSizeInBits()) in CreateSExtOrBitCast()
2394 if (S->getType()->getScalarSizeInBits() == Ty->getScalarSizeInBits()) in CreateSExtOrBitCast()
2402 if (S->getType()->getScalarSizeInBits() == Ty->getScalarSizeInBits()) in CreateTruncOrBitCast()
2410 if (S->getType()->getScalarSizeInBits() == Ty->getScalarSizeInBits()) in CreateTruncOrBitCast()
2453 unsigned SrcBits = C->getType()->getScalarSizeInBits(); in CreateIntegerCast()
2454 unsigned DstBits = Ty->getScalarSizeInBits(); in CreateIntegerCast()
2467 unsigned SrcBits = C->getType()->getScalarSizeInBits(); in CreateIntegerCast()
2468 unsigned DstBits = Ty->getScalarSizeInBits(); in CreateIntegerCast()
2481 unsigned SrcBits = C->getType()->getScalarSizeInBits(); in CreateFPCast()
2482 unsigned DstBits = Ty->getScalarSizeInBits(); in CreateFPCast()
2494 unsigned SrcBits = C->getType()->getScalarSizeInBits(); in CreateFPCast()
2495 unsigned DstBits = Ty->getScalarSizeInBits(); in CreateFPCast()
2729 unsigned SrcBitSize = SrcTy->getScalarSizeInBits(); in castIsValid()
2730 unsigned DstBitSize = DstTy->getScalarSizeInBits(); in castIsValid()