Lines Matching refs:ConstantAsMetadata
23 cast<ConstantAsMetadata>(Entry->getOperand(0))->getValue()); in getGlobalVariable()
29 cast<ConstantAsMetadata>(Entry->getOperand(1))->getValue()) in getResourceKind()
35 cast<ConstantAsMetadata>(Entry->getOperand(2))->getValue()) in getElementType()
40 cast<ConstantAsMetadata>(Entry->getOperand(3))->getValue()) in getIsROV()
45 cast<ConstantAsMetadata>(Entry->getOperand(4))->getValue()) in getResourceIndex()
50 cast<ConstantAsMetadata>(Entry->getOperand(5))->getValue()) in getSpace()
61 ConstantAsMetadata::get(B.getInt32(static_cast<int>(RK))), in FrontendResource()
62 ConstantAsMetadata::get(B.getInt32(static_cast<int>(ElTy))), in FrontendResource()
63 ConstantAsMetadata::get(B.getInt1(IsROV)), in FrontendResource()
64 ConstantAsMetadata::get(B.getInt32(ResIndex)), in FrontendResource()
65 ConstantAsMetadata::get(B.getInt32(Space))}); in FrontendResource()