Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h289 virtual SPIRVInstruction *addSelectInst(SPIRVValue *, SPIRVValue *, SPIRVValue *,
DSPIRVModule.cpp279 virtual SPIRVInstruction *addSelectInst(SPIRVValue *, SPIRVValue *, SPIRVValue *,
1079 SPIRVModuleImpl::addSelectInst(SPIRVValue *Condition, SPIRVValue *Op1, in addSelectInst() function in SPIRV::SPIRVModuleImpl
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp980 return mapValue(V, BM->addSelectInst( in transValueWithoutDecoration()
1629 return BM->addSelectInst(Cmp, One, Zero, BB); in transBuiltinToInstWithoutDecoration()