Searched defs:Float2IntLegacyPass (Results 1 – 1 of 1) sorted by relevance
54 struct Float2IntLegacyPass : public FunctionPass { struct55 static char ID; // Pass identification, replacement for typeid56 Float2IntLegacyPass() : FunctionPass(ID) { in Float2IntLegacyPass() function60 bool runOnFunction(Function &F) override { in runOnFunction()67 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()73 Float2IntPass Impl;