Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp59 getZExtIntValue(); in getArrayLength()
273 get<SPIRVConstant>(Length)->getZExtIntValue() > 0); in validate()
DSPIRVValue.h153 uint64_t getZExtIntValue() const { return Union.UInt64Val;} in getZExtIntValue() function
DSPIRVInstruction.h358 static_cast<SPIRVConstant*>(getValue(Ops[0]))->getZExtIntValue()); in getExecutionScope()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1337 return mapValue(BV, ConstantInt::get(LT, BConst->getZExtIntValue(), in transValueWithoutDecoration()
1355 APInt(BT->getFloatBitWidth(), BConst->getZExtIntValue())))); in transValueWithoutDecoration()
2511 return static_cast<SPIRVConstant*>(value)->getZExtIntValue(); in transOCLBarrierFence()