Searched refs:transformConstExprCastCall (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 225 milliseconds