Searched refs:deduceElementTypeByValueDeep (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 88 Type *deduceElementTypeByValueDeep(Type *ValueTy, Value *Operand, 90 Type *deduceElementTypeByValueDeep(Type *ValueTy, Value *Operand, 323 SPIRVEmitIntrinsics::deduceElementTypeByValueDeep(Type *ValueTy, Value *Operand, in deduceElementTypeByValueDeep() function in SPIRVEmitIntrinsics 326 return deduceElementTypeByValueDeep(ValueTy, Operand, Visited, in deduceElementTypeByValueDeep() 330 Type *SPIRVEmitIntrinsics::deduceElementTypeByValueDeep( in deduceElementTypeByValueDeep() function in SPIRVEmitIntrinsics 426 Ty = deduceElementTypeByValueDeep( in deduceElementTypeHelper() 1136 OpTy = deduceElementTypeByValueDeep(OpTy, Op, false); in insertPtrCastOrAssignTypeInstr()
|