Searched refs:removeTriviallyEmptyRange (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1208 static bool removeTriviallyEmptyRange(IntrinsicInst &I, unsigned StartID, in removeTriviallyEmptyRange() function 1231 removeTriviallyEmptyRange(I, Intrinsic::vastart, Intrinsic::vaend, *this); in visitVAStartInst() 1236 removeTriviallyEmptyRange(I, Intrinsic::vacopy, Intrinsic::vaend, *this); in visitVACopyInst() 2246 if (removeTriviallyEmptyRange(*II, Intrinsic::lifetime_start, in visitCallInst()
|