/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 175 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 204 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 231 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 256 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits() 808 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 840 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 866 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 891 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 909 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 936 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
|
/external/llvm/include/llvm/IR/ |
D | Constant.h | 145 static Constant *getIntegerValue(Type *Ty, const APInt &V);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Constant.h | 147 static Constant *getIntegerValue(Type *Ty, const APInt &V);
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GeneratedPluralSamples.java | 70 startValue = start.getIntegerValue() * offset + start.getDecimalDigits(); in Range() 71 endValue = end.getIntegerValue() * offset + end.getDecimalDigits(); in Range() 102 long newValue = ni.getIntegerValue() * offset + ni.getDecimalDigits(); 153 return start.getIntegerValue() * temp + start.getDecimalDigits(); 462 long value = ni.getIntegerValue();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constant.h | 181 static Constant *getIntegerValue(Type *Ty, const APInt &V);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Constant.h | 187 static Constant *getIntegerValue(Type *Ty, const APInt &V);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 184 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits() 218 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits() 252 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits() 277 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits() 785 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 822 return Constant::getIntegerValue(ITy, IKnownOne); in SimplifyMultipleUseDemandedBits() 853 return Constant::getIntegerValue(ITy, IKnownOne); in SimplifyMultipleUseDemandedBits() 885 return Constant::getIntegerValue(ITy, IKnownOne); in SimplifyMultipleUseDemandedBits() 907 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
|
D | InstCombineCalls.cpp | 595 auto *MinC = Constant::getIntegerValue(ArgTy, MinValue); in simplifyX86pack() 596 auto *MaxC = Constant::getIntegerValue(ArgTy, MaxValue); in simplifyX86pack() 786 Constant::getIntegerValue(IntTy32, APInt(32, i + Index))); in simplifyX86extrq() 789 Constant::getIntegerValue(IntTy32, APInt(32, i + 16))); in simplifyX86extrq() 865 ShuffleMask.push_back(Constant::getIntegerValue(IntTy32, APInt(32, i))); in simplifyX86insertq() 868 Constant::getIntegerValue(IntTy32, APInt(32, i + 16))); in simplifyX86insertq() 870 ShuffleMask.push_back(Constant::getIntegerValue(IntTy32, APInt(32, i))); in simplifyX86insertq()
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 180 llvm::Value *argIndex = llvm::Constant::getIntegerValue( in packFunctionArguments() 195 llvm::Value *retIndex = llvm::Constant::getIntegerValue( in packFunctionArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateUniformValues.cpp | 144 Value *Idx = Constant::getIntegerValue( in visitLoadInst()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateUniformValues.cpp | 154 Value *Idx = Constant::getIntegerValue( in visitLoadInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 254 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()
|
D | InstCombineCalls.cpp | 475 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()
|
/external/cldr/tools/java/com/ibm/icu/text/ |
D | FixedDecimal.java | 90 public long getIntegerValue() { in getIntegerValue() method in FixedDecimal
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestSupplementalInfo.java | 158 if (me.getIntegerValue() != other.getIntegerValue()) { in compare() 159 return me.getIntegerValue() < other.getIntegerValue() ? -1 : 1; in compare()
|
/external/llvm-project/clang/utils/TableGen/ |
D | MveEmitter.cpp | 483 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anond0646b370111::Result 586 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() function in __anond0646b370111::BuiltinArgResult 689 Arg->getIntegerValue(it->second)); in genCode()
|
/external/llvm-project/llvm/unittests/IR/ |
D | PatternMatch.cpp | 1444 Constant *CU32Max = Constant::getIntegerValue(U32Ty, U32Max); in TEST_F() 1445 Constant *CU32Zero = Constant::getIntegerValue(U32Ty, U32Zero); in TEST_F() 1446 Constant *CU32DeadBeef = Constant::getIntegerValue(U32Ty, U32DeadBeef); in TEST_F()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 794 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), in createIRLevelProfileFlagVariable()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstCombineIntrinsic.cpp | 483 auto *MinC = Constant::getIntegerValue(ArgTy, MinValue); in simplifyX86pack() 484 auto *MaxC = Constant::getIntegerValue(ArgTy, MaxValue); in simplifyX86pack()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1128 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName); in createIRLevelProfileFlagVar()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1141 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName); in createIRLevelProfileFlagVar()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | PluralRules.java | 652 public long getIntegerValue() { in getIntegerValue() method in PluralRules.FixedDecimal
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralRules.java | 620 public long getIntegerValue() { in getIntegerValue() method in PluralRules.FixedDecimal
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | PluralRulesTest.java | 94 … assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.getIntegerValue()); in testOverUnderflow()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRulesTest.java | 91 … assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.getIntegerValue()); in testOverUnderflow()
|