Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DOptimizer.cpp366 auto *undef = context->getConstantUndef(loadData->getType()); in eliminateUnitializedLoads()
506 newValue = context->getConstantUndef(oldValue->getType()); in replace()
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h253 Constant *getConstantUndef(Type Ty);
DIceGlobalContext.cpp738 Constant *GlobalContext::getConstantUndef(Type Ty) { in getConstantUndef() function in Ice::GlobalContext
DIceConverter.cpp161 return Ctx->getConstantUndef(convertToIceType(CU->getType())); in convertConstant()
DPNaClTranslator.cpp2843 getContext()->getConstantUndef(NextConstantType)); in ProcessRecord()