Searched refs:replacePointerOperandWithPtrCast (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 134 void replacePointerOperandWithPtrCast(Instruction *I, Value *Pointer, 1050 void SPIRVEmitIntrinsics::replacePointerOperandWithPtrCast( in replacePointerOperandWithPtrCast() function in SPIRVEmitIntrinsics 1127 return replacePointerOperandWithPtrCast( in insertPtrCastOrAssignTypeInstr() 1137 return replacePointerOperandWithPtrCast(I, SI->getPointerOperand(), OpTy, 1, in insertPtrCastOrAssignTypeInstr() 1140 return replacePointerOperandWithPtrCast(I, LI->getPointerOperand(), in insertPtrCastOrAssignTypeInstr() 1143 return replacePointerOperandWithPtrCast(I, GEPI->getPointerOperand(), in insertPtrCastOrAssignTypeInstr() 1219 replacePointerOperandWithPtrCast(CI, ArgOperand, ExpectedType, OpIdx, B); in insertPtrCastOrAssignTypeInstr()
|