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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp204 static bool isNoopBitcast(Type *T1, Type *T2, function
242 if (isNoopBitcast(Op->getType(), I->getType(), TLI))
272 isNoopBitcast((*i)->getType(), I->getType(), TLI)) {
285 isNoopBitcast((*i)->getType(), I->getType(), TLI)) {

Completed in 99 milliseconds