Searched refs:transCallInst (Results 1 – 1 of 1) sorted by relevance
201 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