Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h473 bool transformConstExprCastCall(CallSite CS);
H A DInstCombineCalls.cpp4220 if (!isa<Function>(Callee) && transformConstExprCastCall(CS)) in visitCallSite()
4323 bool InstCombiner::transformConstExprCastCall(CallSite CS) { in transformConstExprCastCall() function in InstCombiner