Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp277 static bool isNoopBitcast(Type *T1, Type *T2, in isNoopBitcast() function
310 if (isNoopBitcast(Op->getType(), I->getType(), TLI)) in getNoopInput()
340 if (ReturnedOp && isNoopBitcast(ReturnedOp->getType(), I->getType(), TLI)) in getNoopInput()