Searched refs:transSPIRVBuiltinFromInst (Results 1 – 1 of 1) sorted by relevance
318 Instruction *transSPIRVBuiltinFromInst(SPIRVInstruction *BI, BasicBlock *BB);1802 return mapValue(BV, transSPIRVBuiltinFromInst( in transValueWithoutDecoration()2056 SPIRVToLLVM::transSPIRVBuiltinFromInst(SPIRVInstruction *BI, BasicBlock *BB) { in transSPIRVBuiltinFromInst() function in SPIRV::SPIRVToLLVM2663 CallInst *CI = cast<CallInst>(transSPIRVBuiltinFromInst(I, BB)); in transOCLAllAny()2687 CallInst *CI = cast<CallInst>(transSPIRVBuiltinFromInst(I, BB)); in transOCLRelational()