Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h218 bool transformConstExprCastCall(CallSite CS);
DInstCombineCalls.cpp906 if (!isa<Function>(Callee) && transformConstExprCastCall(CS)) in visitCallSite()
998 bool InstCombiner::transformConstExprCastCall(CallSite CS) { in transformConstExprCastCall() function in InstCombiner
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h385 bool transformConstExprCastCall(CallSite CS);
DInstCombineCalls.cpp2514 if (!isa<Function>(Callee) && transformConstExprCastCall(CS)) in visitCallSite()
2615 bool InstCombiner::transformConstExprCastCall(CallSite CS) { in transformConstExprCastCall() function in InstCombiner
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h466 bool transformConstExprCastCall(CallSite CS);
DInstCombineCalls.cpp4012 if (!isa<Function>(Callee) && transformConstExprCastCall(CS)) in visitCallSite()
4115 bool InstCombiner::transformConstExprCastCall(CallSite CS) { in transformConstExprCastCall() function in InstCombiner