Searched refs:ToC (Results 1 – 2 of 2) sorted by relevance
3303 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local3320 Val = ToC; in handleOperandChangeImpl()3324 AllSame &= Val == ToC; in handleOperandChangeImpl()3327 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3330 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()3344 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local3360 Val = ToC; in handleOperandChangeImpl()3364 AllSame &= Val == ToC; in handleOperandChangeImpl()3367 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3380 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local[all …]
7378 auto *ToC = Import(FromC, Lang_CXX11); in TEST_P() local7379 TranslationUnitDecl *ToTU = ToC->getTranslationUnitDecl(); in TEST_P()7382 CheckAST(ToTU, ToC); in TEST_P()