Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp141 static bool lowerExpectIntrinsic(Function &F) { in lowerExpectIntrinsic() function
175 if (lowerExpectIntrinsic(F)) in run()
195 bool runOnFunction(Function &F) override { return lowerExpectIntrinsic(F); } in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp307 static bool lowerExpectIntrinsic(Function &F) { in lowerExpectIntrinsic() function
353 if (lowerExpectIntrinsic(F)) in run()
373 bool runOnFunction(Function &F) override { return lowerExpectIntrinsic(F); } in runOnFunction()