Searched refs:isNoopBitcast (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 216 static bool isNoopBitcast(Type *T1, Type *T2, in isNoopBitcast() function 249 if (isNoopBitcast(Op->getType(), I->getType(), TLI)) in getNoopInput() 281 isNoopBitcast((*i)->getType(), I->getType(), TLI)) { in getNoopInput() 292 isNoopBitcast((*i)->getType(), I->getType(), TLI)) { in getNoopInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 215 static bool isNoopBitcast(Type *T1, Type *T2, in isNoopBitcast() function 248 if (isNoopBitcast(Op->getType(), I->getType(), TLI)) in getNoopInput() 276 if (ReturnedOp && isNoopBitcast(ReturnedOp->getType(), I->getType(), TLI)) in getNoopInput()
|