Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp350 static bool lowerExpectIntrinsic(Function &F) { in lowerExpectIntrinsic() function
396 if (lowerExpectIntrinsic(F)) in run()
416 bool runOnFunction(Function &F) override { return lowerExpectIntrinsic(F); } in runOnFunction()