Home
last modified time | relevance | path

Searched defs:Float2IntLegacyPass (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp55 struct Float2IntLegacyPass : public FunctionPass { struct
56 static char ID; // Pass identification, replacement for typeid
57 Float2IntLegacyPass() : FunctionPass(ID) { in Float2IntLegacyPass() function
61 bool runOnFunction(Function &F) override { in runOnFunction()
69 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
76 Float2IntPass Impl;