OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UInt32Ty
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/rsov/compiler/
GlobalAllocSPIRITPass.cpp
39
TypeIntInst *
UInt32Ty
= m->getUnsignedIntType(32);
40
std::vector<Instruction *> metadata{
UInt32Ty
,
UInt32Ty
,
UInt32Ty
,
UInt32Ty
};
153
TypeIntInst *
UInt32Ty
= getModule()->getUnsignedIntType(32);
155
auto ConstZero = getModule()->getConstant(
UInt32Ty
, 0U);
156
auto ConstOne = getModule()->getConstant(
UInt32Ty
, 1U);
160
getModule()->getPointerType(StorageClass::Uniform,
UInt32Ty
);
165
inst = mBuilder.MakeLoad(
UInt32Ty
, LoadPtr)
[
all
...]
RSAllocationUtils.cpp
215
Type *
UInt32Ty
= IntegerType::get(M.getContext(), 32);
216
auto *NewFT = FunctionType::get(
UInt32Ty
, ArrayRef<Type *>(
UInt32Ty
), false);
221
FCall->setArgOperand(0, ConstantInt::get(
UInt32Ty
, 0, false));
Completed in 374 milliseconds