Home
last modified time | relevance | path

Searched refs:ToC (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp3303 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local
3320 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() local
3360 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 …]
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7378 auto *ToC = Import(FromC, Lang_CXX11); in TEST_P() local
7379 TranslationUnitDecl *ToTU = ToC->getTranslationUnitDecl(); in TEST_P()
7382 CheckAST(ToTU, ToC); in TEST_P()