Searched refs:LoadNotNull (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp307 ICmpInst *LoadNotNull = new ICmpInst(ICmpInst::ICMP_NE, LI, local
309 LoadNotNull->insertAfter(LI);
310 CallInst *CI = CallInst::Create(AssumeIntrinsic, {LoadNotNull});
311 CI->insertAfter(LoadNotNull);

Completed in 53 milliseconds