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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h218 bool transformConstExprCastCall(CallSite CS);
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 35 milliseconds