Home | History | Annotate | Download | only in initial

Lines Matching refs:MakeLegalFunctionName

618 std::string MakeLegalFunctionName(std::string Name)
890 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
935 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
1164 std::string FnName = MakeLegalFunctionName(Name);