Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h239 virtual SPIRVInstruction *addBranchConditionalInst(SPIRVValue *, SPIRVLabel *,
DSPIRVModule.cpp214 virtual SPIRVInstruction *addBranchConditionalInst(SPIRVValue *, SPIRVLabel *,
1050 SPIRVModuleImpl::addBranchConditionalInst(SPIRVValue *Condition, in addBranchConditionalInst() function in SPIRV::SPIRVModuleImpl
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1009 return mapValue(V, BM->addBranchConditionalInst( in transValueWithoutDecoration()