Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h227 bool transformConstExprCastCall(CallBase &Call);
H A DInstCombineCalls.cpp2237 if (!isa<Function>(Callee) && transformConstExprCastCall(Call)) in visitCallBase()
2461 bool InstCombinerImpl::transformConstExprCastCall(CallBase &Call) { in transformConstExprCastCall() function in InstCombinerImpl