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

  /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 182 /// zeroExtend - Return a new range in the specified integer type, which must
186 ConstantRange zeroExtend(uint32_t BitWidth) const;
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 183 ConstantRange ZFull = Full.zeroExtend(20);
184 ConstantRange ZEmpty = Empty.zeroExtend(20);
185 ConstantRange ZOne = One.zeroExtend(20);
186 ConstantRange ZSome = Some.zeroExtend(20);
187 ConstantRange ZWrap = Wrap.zeroExtend(20);
198 EXPECT_EQ(FiveZero.zeroExtend(7), ConstantRange(APInt(7, 5), APInt(7, 8)));
  /external/llvm/lib/IR/
ConstantRange.cpp 419 /// zeroExtend - Return a new range in the specified integer type, which must
423 ConstantRange ConstantRange::zeroExtend(uint32_t DstTySize) const {
523 return zeroExtend(DstTySize);
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 754 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
ScalarEvolution.cpp     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 246 milliseconds