Searched defs:transformConstExprCastCall (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp906 if (!isa<Function>(Callee) && transformConstExprCastCall(CS))
995 // transformConstExprCastCall - If the callee is a constexpr cast of a function,
998 bool InstCombiner::transformConstExprCastCall(CallSite CS) { function in class:InstCombiner

Completed in 798 milliseconds