Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h225 virtual SPIRVValue *addUndef(SPIRVType *TheType) = 0;
DSPIRVModule.cpp224 virtual SPIRVValue *addUndef(SPIRVType *TheType);
923 SPIRVModuleImpl::addUndef(SPIRVType *TheType) { in addUndef() function in SPIRV::SPIRVModuleImpl
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3782 void addUndef();
3800 void GeneralShuffle::addUndef() { in addUndef() function in GeneralShuffle
3836 addUndef(); in add()
3842 addUndef(); in add()
4094 GS.addUndef(); in tryBuildVectorShuffle()
4334 GS.addUndef(); in lowerVECTOR_SHUFFLE()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp786 return BM->addUndef(transType(V->getType())); in transConstant()