Home
last modified time | relevance | path

Searched refs:getIntegerValue (Results 1 – 25 of 37) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratedPluralSamples.java67 startValue = start.getIntegerValue() * offset + start.getDecimalDigits(); in Range()
68 endValue = end.getIntegerValue() * offset + end.getDecimalDigits(); in Range()
99 long newValue = ni.getIntegerValue() * offset + ni.getDecimalDigits();
148 return start.getIntegerValue() * temp + start.getDecimalDigits();
433 long value = ni.getIntegerValue();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp183 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits()
217 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits()
251 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits()
276 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits()
711 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits()
748 return Constant::getIntegerValue(ITy, IKnownOne); in SimplifyMultipleUseDemandedBits()
779 return Constant::getIntegerValue(ITy, IKnownOne); in SimplifyMultipleUseDemandedBits()
811 return Constant::getIntegerValue(ITy, IKnownOne); in SimplifyMultipleUseDemandedBits()
833 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
DInstCombineCalls.cpp713 return Constant::getIntegerValue(ResTy, Result); in simplifyX86movmsk()
829 Constant::getIntegerValue(IntTy32, APInt(32, i + Index))); in simplifyX86extrq()
832 Constant::getIntegerValue(IntTy32, APInt(32, i + 16))); in simplifyX86extrq()
908 ShuffleMask.push_back(Constant::getIntegerValue(IntTy32, APInt(32, i))); in simplifyX86insertq()
911 Constant::getIntegerValue(IntTy32, APInt(32, i + 16))); in simplifyX86insertq()
913 ShuffleMask.push_back(Constant::getIntegerValue(IntTy32, APInt(32, i))); in simplifyX86insertq()
DInstCombineCompares.cpp4293 return new ICmpInst(Pred, ConstantExpr::getIntegerValue(Ty, Op0Min), Op1); in foldICmpUsingKnownBits()
4295 return new ICmpInst(Pred, Op0, ConstantExpr::getIntegerValue(Ty, Op1Min)); in foldICmpUsingKnownBits()
DInstructionCombining.cpp2308 RI.setOperand(0, Constant::getIntegerValue(VTy, Known.getConstant())); in visitReturnInst()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstant.h144 static Constant *getIntegerValue(Type* Ty, const APInt &V);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h147 static Constant *getIntegerValue(Type *Ty, const APInt &V);
/external/llvm/include/llvm/IR/
DConstant.h145 static Constant *getIntegerValue(Type *Ty, const APInt &V);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstant.h165 static Constant *getIntegerValue(Type *Ty, const APInt &V);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp254 return Constant::getIntegerValue(VTy, RHSKnownOne & LHSKnownOne); in SimplifyDemandedUseBits()
292 return Constant::getIntegerValue(VTy, RHSKnownOne | LHSKnownOne); in SimplifyDemandedUseBits()
340 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits()
366 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits()
810 return Constant::getIntegerValue(VTy, KnownOne); in SimplifyDemandedUseBits()
DInstCombineCalls.cpp475 return Constant::getIntegerValue(ResTy, Result); in simplifyX86movmsk()
591 Constant::getIntegerValue(IntTy32, APInt(32, i + Index))); in simplifyX86extrq()
594 Constant::getIntegerValue(IntTy32, APInt(32, i + 16))); in simplifyX86extrq()
670 ShuffleMask.push_back(Constant::getIntegerValue(IntTy32, APInt(32, i))); in simplifyX86insertq()
673 Constant::getIntegerValue(IntTy32, APInt(32, i + 16))); in simplifyX86insertq()
675 ShuffleMask.push_back(Constant::getIntegerValue(IntTy32, APInt(32, i))); in simplifyX86insertq()
DInstructionCombining.cpp2108 RI.setOperand(0, Constant::getIntegerValue(VTy, KnownOne)); in visitReturnInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateUniformValues.cpp152 Value *Idx = Constant::getIntegerValue( in visitLoadInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp326 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits()
793 return Constant::getIntegerValue(VTy, KnownOne); in SimplifyDemandedUseBits()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp794 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), in createIRLevelProfileFlagVariable()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRulesTest.java87 … assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.getIntegerValue()); in testOverUnderflow()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java84 … assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.getIntegerValue()); in testOverUnderflow()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java631 public long getIntegerValue() { in getIntegerValue() method in PluralRules.FixedDecimal
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java600 public long getIntegerValue() { in getIntegerValue() method in PluralRules.FixedDecimal
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1355 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), in createIRLevelProfileFlagVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1205 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser()
/external/clang/lib/CodeGen/
DTargetInfo.cpp6604 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes()
6607 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes()
6610 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp113 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant
/external/llvm/lib/IR/
DConstants.cpp232 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp305 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant

12