Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp52 ConstantToValueMapTy ConstantToValueMap; member in __anonf00033310111::GenericToNVVM
101 ConstantToValueMap.clear(); in runOnModule()
141 ConstantToValueMapTy::iterator CTII = ConstantToValueMap.find(C); in remapConstant()
142 if (CTII != ConstantToValueMap.end()) { in remapConstant()
172 ConstantToValueMap[C] = NewValue; in remapConstant()