Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp53 struct Float2IntLegacyPass : public FunctionPass { struct
54 static char ID; // Pass identification, replacement for typeid
55 Float2IntLegacyPass() : FunctionPass(ID) { in Float2IntLegacyPass() argument
59 bool runOnFunction(Function &F) override { in runOnFunction()
67 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
74 Float2IntPass Impl;