Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp772 Constant *BitcastF = ConstantExpr::getBitCast(F, G->getType()); in mergeTwoFunctions() local
773 G->replaceAllUsesWith(BitcastF); in mergeTwoFunctions()