Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp963 if (Type *PrevElemTy = GR->findDeducedElementType(CI)) { in deduceOperandElementTypeFunctionRet() local
966 propagateElemType(CI, PrevElemTy, VisitedSubst); in deduceOperandElementTypeFunctionRet()
1137 Type *PrevElemTy = GR->findDeducedElementType(Op); in deduceOperandElementType() local
1157 propagateElemTypeRec(Op, KnownElemTy, PrevElemTy, VisitedSubst); in deduceOperandElementType()
1530 Type *PrevElemTy = GR->findDeducedElementType(Pointer); in replacePointerOperandWithPtrCast() local
1531 assert(PrevElemTy); in replacePointerOperandWithPtrCast()
1535 propagateElemType(Pointer, PrevElemTy, VisitedSubst); in replacePointerOperandWithPtrCast()