Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp244 static bool isNoopBitcast(Type *T1, Type *T2, in isNoopBitcast() function
277 if (isNoopBitcast(Op->getType(), I->getType(), TLI)) in getNoopInput()
306 if (ReturnedOp && isNoopBitcast(ReturnedOp->getType(), I->getType(), TLI)) in getNoopInput()