Lines Matching refs:cast
22 return cast<GlobalVariable>( in getGlobalVariable()
23 cast<ConstantAsMetadata>(Entry->getOperand(0))->getValue()); in getGlobalVariable()
28 cast<ConstantInt>( in getResourceKind()
29 cast<ConstantAsMetadata>(Entry->getOperand(1))->getValue()) in getResourceKind()
34 cast<ConstantInt>( in getElementType()
35 cast<ConstantAsMetadata>(Entry->getOperand(2))->getValue()) in getElementType()
39 return cast<ConstantInt>( in getIsROV()
40 cast<ConstantAsMetadata>(Entry->getOperand(3))->getValue()) in getIsROV()
44 return cast<ConstantInt>( in getResourceIndex()
45 cast<ConstantAsMetadata>(Entry->getOperand(4))->getValue()) in getResourceIndex()
49 return cast<ConstantInt>( in getSpace()
50 cast<ConstantAsMetadata>(Entry->getOperand(5))->getValue()) in getSpace()