Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp777 Value *OpTyVal = PoisonValue::get(KnownElemTy); in deduceOperandElementType() local
788 buildIntrWithMD(Intrinsic::spv_assign_ptr_type, {OpTy}, OpTyVal, Op, in deduceOperandElementType()
792 updateAssignType(AssignCI, Op, OpTyVal); in deduceOperandElementType()
807 SmallVector<Value *, 2> Args = {Op, buildMD(OpTyVal), in deduceOperandElementType()
1528 Value *OpTyVal = Op; in processInstrAfterVisit() local
1530 OpTyVal = PoisonValue::get(Op->getType()); in processInstrAfterVisit()
1532 {Op->getType(), OpTyVal->getType()}, Op, in processInstrAfterVisit()
1533 OpTyVal, {}, B); in processInstrAfterVisit()