HomeSort by relevance Sort by last modified time
    Searched refs:zeroExtend (Results 1 - 25 of 30) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantRange.h 175 /// zeroExtend - Return a new range in the specified integer type, which must
179 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 626 private Type zeroExtend(Type type) {
654 component = zeroExtend(component);
676 component = zeroExtend(component);
705 Type type = zeroExtend(typeFromDesc(desc));
721 verifyAssignable(zeroExtend(types[--i]), simplePop(frame));
729 simplePush(zeroExtend(returnType), frame);
738 verifyAssignable(zeroExtend(types[--i]), simplePop(frame));
747 simplePush(zeroExtend(returnType), frame);
849 Type type = zeroExtend(typeFromDesc(desc));
    [all...]
Analyzer.java 249 Type type = zeroExtend(Type.get(parameters[i]));
416 private Type zeroExtend(Type type) {
  /external/llvm/include/llvm/IR/
ConstantRange.h 230 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 253 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ConstantRange.h 230 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ConstantRange.h 230 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ConstantRange.h 237 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ConstantRange.h 237 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ConstantRange.h 237 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ConstantRange.h 237 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 253 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ConstantRange.h 230 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ConstantRange.h 230 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ConstantRange.h 237 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ConstantRange.h 237 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ConstantRange.h 237 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ConstantRange.h 237 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /external/swiftshader/third_party/LLVM/unittests/Support/
ConstantRangeTest.cpp 180 ConstantRange ZFull = Full.zeroExtend(20);
181 ConstantRange ZEmpty = Empty.zeroExtend(20);
182 ConstantRange ZOne = One.zeroExtend(20);
183 ConstantRange ZSome = Some.zeroExtend(20);
184 ConstantRange ZWrap = Wrap.zeroExtend(20);
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 184 ConstantRange ZFull = Full.zeroExtend(20);
185 ConstantRange ZEmpty = Empty.zeroExtend(20);
186 ConstantRange ZOne = One.zeroExtend(20);
187 ConstantRange ZSome = Some.zeroExtend(20);
188 ConstantRange ZWrap = Wrap.zeroExtend(20);
199 EXPECT_EQ(FiveZero.zeroExtend(7), ConstantRange(APInt(7, 5), APInt(7, 8)));
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 131 unsigned zeroExtend(unsigned Reg, const Value *V,
449 unsigned WebAssemblyFastISel::zeroExtend(unsigned Reg, const Value *V,
490 return zeroExtend(getRegForValue(V), V, From, To);
496 return zeroExtend(getRegForValue(V), V, From, To);
796 unsigned Reg = zeroExtend(getRegForValue(Op), Op, From, To);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 431 /// zeroExtend - Return a new range in the specified integer type, which must
435 ConstantRange ConstantRange::zeroExtend(uint32_t DstTySize) const {
485 return zeroExtend(DstTySize);
  /external/llvm/lib/IR/
ConstantRange.cpp 529 /// zeroExtend - Return a new range in the specified integer type, which must
533 ConstantRange ConstantRange::zeroExtend(uint32_t DstTySize) const {
633 return zeroExtend(DstTySize);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 771 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 1913 milliseconds

1 2