Searched refs:getVM (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp167 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } function in class:__anon14807::Mapper
340 ValueToValueMapTy::iterator I = getVM().find(V);
343 if (I != getVM().end()) {
351 getVM()[V] = NewV;
361 return getVM()[V] = const_cast<Value *>(V);
375 return getVM()[V] = const_cast<Value *>(V);
400 return getVM()[V] = const_cast<Value *>(V);
405 return getVM()[V] = const_cast<Value *>(V);
406 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD);
447 return getVM()[
[all...]
/external/deqp/framework/platform/android/
H A DtcuAndroidUtil.cpp49 JavaVM* getVM (void) const { return m_vm; } function in class:tcu::Android::__anon4822::ScopedJNIEnv

Completed in 142 milliseconds