Searched defs:ToTy (Results 1 – 9 of 9) sorted by relevance
39 QualType ToTy = Ctx.getCanonicalType(CE->getType()); in checkPreStmt() local
94 QualType ToTy = Ctx.getCanonicalType(CE->getType()); in checkPreStmt() local
53 const QualType ToTy, in tryToFixConversion()
8965 QualType ToTy = Conv.Bad.getToType(); in DiagnoseBadConversion() local
442 Value *Float2Int::convert(Instruction *I, Type *ToTy) { in convert()
400 static bool shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy, in shouldBeModeledWithNoOp()
1525 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { in isTruncateFree()1534 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall()1581 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree()1585 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree()
314 QualType ToTy; variable
346 void *ToTy; member