Searched refs:deduceElementTypeByValueDeep (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 110 Type *deduceElementTypeByValueDeep(Type *ValueTy, Value *Operand, 112 Type *deduceElementTypeByValueDeep(Type *ValueTy, Value *Operand, 480 SPIRVEmitIntrinsics::deduceElementTypeByValueDeep(Type *ValueTy, Value *Operand, in deduceElementTypeByValueDeep() function in SPIRVEmitIntrinsics 483 return deduceElementTypeByValueDeep(ValueTy, Operand, Visited, in deduceElementTypeByValueDeep() 487 Type *SPIRVEmitIntrinsics::deduceElementTypeByValueDeep( in deduceElementTypeByValueDeep() function in SPIRVEmitIntrinsics 603 Ty = deduceElementTypeByValueDeep( in deduceElementTypeHelper() 1569 OpTy = deduceElementTypeByValueDeep(OpTy, Op, false); in insertPtrCastOrAssignTypeInstr() 1581 OpTy = deduceElementTypeByValueDeep(OpTy, LI, false); in insertPtrCastOrAssignTypeInstr()
|