Home
last modified time | relevance | path

Searched refs:ArgOperand (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1645 Value *ArgOperand = CI->getArgOperand(OpIdx); in insertPtrCastOrAssignTypeInstr() local
1646 if (!isPointerTy(ArgOperand->getType())) in insertPtrCastOrAssignTypeInstr()
1650 if (!isa<Instruction>(ArgOperand) && !isa<Argument>(ArgOperand)) { in insertPtrCastOrAssignTypeInstr()
1670 ArgOperand, B); in insertPtrCastOrAssignTypeInstr()
1672 replacePointerOperandWithPtrCast(CI, ArgOperand, ExpectedType, OpIdx, B); in insertPtrCastOrAssignTypeInstr()