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

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h222 bool transformConstExprCastCall(CallSite CS);
H A DInstCombineCalls.cpp911 if (!isa<Function>(Callee) && transformConstExprCastCall(CS))
1000 // transformConstExprCastCall - If the callee is a constexpr cast of a function,
1003 bool InstCombiner::transformConstExprCastCall(CallSite CS) { function in class:InstCombiner

Completed in 205 milliseconds