HomeSort by relevance Sort by last modified time
    Searched refs:getConstantUndef (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/src/Reactor/
Optimizer.cpp 146 auto *undef = context->getConstantUndef(loadData->getType());
405 newValue = context->getConstantUndef(oldValue->getType());
SubzeroReactor.cpp 879 auto target = ::context->getConstantUndef(Ice::IceType_i32);
934 auto target = ::context->getConstantUndef(Ice::IceType_i32);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 254 Constant *getConstantUndef(Type Ty);
IceGlobalContext.cpp 807 Constant *GlobalContext::getConstantUndef(Type Ty) {
    [all...]
IceConverter.cpp 161 return Ctx->getConstantUndef(convertToIceType(CU->getType()));
    [all...]
PNaClTranslator.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 73 milliseconds