Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp135 Type *ExpectedElementType,
1051 Instruction *I, Value *Pointer, Type *ExpectedElementType, in replacePointerOperandWithPtrCast() argument
1060 if (PointerElemTy == ExpectedElementType || in replacePointerOperandWithPtrCast()
1061 isEquivalentTypes(PointerElemTy, ExpectedElementType)) in replacePointerOperandWithPtrCast()
1065 MetadataAsValue *VMD = buildMD(PoisonValue::get(ExpectedElementType)); in replacePointerOperandWithPtrCast()
1111 buildAssignPtr(B, ExpectedElementType, Pointer); in replacePointerOperandWithPtrCast()