Searched refs:removeTriviallyEmptyRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1540 static bool removeTriviallyEmptyRange(IntrinsicInst &I, unsigned StartID, in removeTriviallyEmptyRange() function 1810 removeTriviallyEmptyRange(I, Intrinsic::vastart, Intrinsic::vaend, *this); in visitVAStartInst() 1815 removeTriviallyEmptyRange(I, Intrinsic::vacopy, Intrinsic::vaend, *this); in visitVACopyInst() 3907 if (removeTriviallyEmptyRange(*II, Intrinsic::lifetime_start, in visitCallInst()
|