Searched defs:getInt64 (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h262 * Selector indicating a 64-bit integer value. Use getInt64
345 int64_t getInt64(void) const { return fValue.fInt64; } function in class:Formattable
362 int64_t getInt64(UErrorCode& status) const;
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp451 Formattable::getInt64(UErrorCode& status) const function in class:Formattable
469 int64_t val = fDecimalNum->getInt64();
486 getNumber().getInt64(status);
737 fDecimalNum->set(this->getInt64());
791 fValue.fInt64 = fDecimalNum->getInt64();
1046 return obj->getInt64(*status);
/external/deqp/executor/
H A DxeTestCaseResult.hpp178 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; } function in class:xe::ri::NumericValue
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVUtil.cpp838 getInt64(Module *M, int64_t value) { function in namespace:SPIRV
/external/llvm/include/llvm/IR/
H A DIRBuilder.h295 ConstantInt *getInt64(uint64_t C) { function in class:llvm::IRBuilderBase
391 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile,
410 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag,
430 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile,
1605 return CreateExtractElement(Vec, getInt64(Idx), Name);
1619 return CreateInsertElement(Vec, NewElt, getInt64(Idx), Name);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h210 /// getInt64 - Get a constant 64-bit value.
211 ConstantInt *getInt64(uint64_t C) { function in class:llvm::IRBuilderBase
277 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
288 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
299 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp591 // getInt64(N).
663 // See comments in getInt64 for an explanation of the logic below.
755 static SDNode *getInt64(SelectionDAG *CurDAG, const SDLoc &dl, int64_t Imm) { function
812 static SDNode *getInt64(SelectionDAG *CurDAG, SDNode *N) { function
817 return getInt64(CurDAG, dl, Imm);
1710 TotalVal = SDValue(getInt64(CurDAG, dl, Mask), 0);
1855 SDValue MaskVal = SDValue(getInt64(CurDAG, dl, Mask), 0);
2445 ReplaceNode(N, getInt64(CurDAG, N));

Completed in 246 milliseconds