Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2832 std::vector<Function*> prototypesToGen; in lowerIntrinsics() local
2887 prototypesToGen.push_back(NewF); in lowerIntrinsics()
2895 std::vector<Function*>::iterator I = prototypesToGen.begin(); in lowerIntrinsics()
2896 std::vector<Function*>::iterator E = prototypesToGen.end(); in lowerIntrinsics()