Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp950 if (Type *OpElemTy = GR->findDeducedElementType(Op)) { in deduceOperandElementTypeFunctionRet() local
951 OpElemTy = normalizeType(OpElemTy); in deduceOperandElementTypeFunctionRet()
952 GR->addDeducedElementType(F, OpElemTy); in deduceOperandElementTypeFunctionRet()
954 F, TypedPointerType::get(OpElemTy, in deduceOperandElementTypeFunctionRet()
965 getNormalizedPoisonValue(OpElemTy)); in deduceOperandElementTypeFunctionRet()
2085 Type *OpElemTy = GR->findDeducedElementType(Op); in processInstrAfterVisit() local
2094 if (!IsConstComposite && isPointerTy(OpTy) && OpElemTy != nullptr && in processInstrAfterVisit()
2095 OpElemTy != IntegerType::getInt8Ty(I->getContext())) { in processInstrAfterVisit()
2098 NewOp, buildMD(getNormalizedPoisonValue(OpElemTy)), in processInstrAfterVisit()
2102 GR->buildAssignPtr(B, OpElemTy, PtrCasted); in processInstrAfterVisit()