Searched refs:removeTriviallyEmptyRange (Results 1 – 2 of 2) 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1576 static bool removeTriviallyEmptyRange(IntrinsicInst &I, unsigned StartID, in removeTriviallyEmptyRange() function 1846 removeTriviallyEmptyRange(I, Intrinsic::vastart, Intrinsic::vaend, *this); in visitVAStartInst() 1851 removeTriviallyEmptyRange(I, Intrinsic::vacopy, Intrinsic::vaend, *this); in visitVACopyInst() 3706 if (removeTriviallyEmptyRange(*II, Intrinsic::lifetime_start, in visitCallInst()
|