Searched refs:OrigTy (Results 1 – 12 of 12) sorted by relevance
38 QualType OrigTy = Ctx.getCanonicalType(E->getType()); in checkPreStmt() local41 const PointerType *OrigPTy = dyn_cast<PointerType>(OrigTy.getTypePtr()); in checkPreStmt()
992 QualType OrigTy = OrigArg->getType(); in rewriteToNumericBoxedExpression() local994 uint64_t OrigTySize = Ctx.getTypeSize(OrigTy); in rewriteToNumericBoxedExpression()1007 if (MK == NSAPI::NSNumberWithBool && OrigTy->isBooleanType()) in rewriteToNumericBoxedExpression()1014 if (OrigTy->getAs<EnumType>() || isEnumConstant(OrigArg)) in rewriteToNumericBoxedExpression()1016 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()1087 Diags.Report(Msg->getExprLoc(), diagID) << OrigTy << FinalTy in rewriteToNumericBoxedExpression()1117 QualType OrigTy = OrigArg->getType(); in doRewriteToUTF8StringBoxedExpressionHelper() local1118 if (OrigTy->isArrayType()) in doRewriteToUTF8StringBoxedExpressionHelper()1119 OrigTy = Ctx.getArrayDecayedType(OrigTy); in doRewriteToUTF8StringBoxedExpressionHelper()1128 if (const PointerType *PT = OrigTy->getAs<PointerType>()) { in doRewriteToUTF8StringBoxedExpressionHelper()
573 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType(); in getMemoryAccessFuncIndex() local574 assert(OrigTy->isSized()); in getMemoryAccessFuncIndex()575 uint32_t TypeSize = TD->getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex()
584 Type *getShadowTy(Type *OrigTy) { in getShadowTy()585 if (!OrigTy->isSized()) { in getShadowTy()590 if (IntegerType *IT = dyn_cast<IntegerType>(OrigTy)) in getShadowTy()592 if (VectorType *VT = dyn_cast<VectorType>(OrigTy)) { in getShadowTy()597 if (StructType *ST = dyn_cast<StructType>(OrigTy)) { in getShadowTy()605 uint32_t TypeSize = MS.TD->getTypeSizeInBits(OrigTy); in getShadowTy()
664 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType(); in instrumentMop() local666 assert(OrigTy->isSized()); in instrumentMop()667 uint32_t TypeSize = TD->getTypeStoreSizeInBits(OrigTy); in instrumentMop()
313 MVT getRegVT(MVT VT, const Type *OrigTy, const SDNode *CallNode,
3328 MVT MipsTargetLowering::MipsCC::getRegVT(MVT VT, const Type *OrigTy, in getRegVT() argument3335 if (originalTypeIsF128(OrigTy, CallNode)) { in getRegVT()
641 EVT OrigTy = cast<VTSDNode>(Op->getOperand(1))->getVT(); in ExpandSEXTINREG() local644 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits(); in ExpandSEXTINREG()
343 Type *OrigTy = V->getType(); in CanEvaluateTruncated() local370 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits(); in CanEvaluateTruncated()396 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits(); in CanEvaluateTruncated()
90 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits(); in CanEvaluateShifted()
5395 const EVT &OrigTy, in AddRequiredExtensionForVMULL() argument5402 if (OrigTy.getSizeInBits() >= 64) in AddRequiredExtensionForVMULL()5406 EVT NewVT = getExtensionTo64Bits(OrigTy); in AddRequiredExtensionForVMULL()
4221 QualType OrigTy = Param->getOriginalType(); in CheckStaticArrayArgument() local4223 const ArrayType *AT = Context.getAsArrayType(OrigTy); in CheckStaticArrayArgument()