Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp201 SPIRVValue *transCallInst(CallInst *Call, SPIRVBasicBlock *BB);
1100 return mapValue(V, transCallInst(CI, BB)); in transValueWithoutDecoration()
1194 LLVMToSPIRV::transCallInst(CallInst *CI, SPIRVBasicBlock *BB) { in transCallInst() function in SPIRV::LLVMToSPIRV