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

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

Completed in 315 milliseconds