Home
last modified time | relevance | path

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

/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/
H A DSPIRVModule.h376 virtual SPIRVInstruction *addPhiInst(SPIRVType *, std::vector<SPIRVValue *>,
H A DSPIRVModule.cpp327 SPIRVInstruction *addPhiInst(SPIRVType *, std::vector<SPIRVValue *>,
1260 SPIRVModuleImpl::addPhiInst(SPIRVType *Type, in addPhiInst() function in SPIRV::SPIRVModuleImpl
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/
H A DSPIRVWriter.cpp1767 V, BM->addPhiInst(transType(Phi->getType()), IncomingPairs, BB)); in transValueWithoutDecoration()