Searched defs:ToTy (Results 1 – 9 of 9) sorted by relevance
39 QualType ToTy = Ctx.getCanonicalType(CE->getType()); in checkPreStmt() local
91 QualType ToTy = Ctx.getCanonicalType(CE->getType()); in checkPreStmt() local
53 const QualType ToTy, in tryToFixConversion()
9081 QualType ToTy = Conv.Bad.getToType(); in DiagnoseBadConversion() local
430 Value *Float2IntPass::convert(Instruction *I, Type *ToTy) { in convert()
405 static bool shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy, in shouldBeModeledWithNoOp()
1652 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { in isTruncateFree()1661 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall()1708 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree()1712 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree()
232 QualType ToTy; variable
347 void *ToTy; member