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

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

Completed in 285 milliseconds