OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zeroExtend
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/Support/
ConstantRange.h
187
///
zeroExtend
- Return a new range in the specified integer type, which must
191
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/unittests/Support/
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/Support/
ConstantRange.cpp
422
///
zeroExtend
- Return a new range in the specified integer type, which must
426
ConstantRange ConstantRange::
zeroExtend
(uint32_t DstTySize) const {
521
return
zeroExtend
(DstTySize);
/external/llvm/lib/Analysis/
LazyValueInfo.cpp
753
Result.markConstantRange(LHSRange.
zeroExtend
(ResultTy->getBitWidth()));
[
all
...]
ScalarEvolution.cpp
[
all
...]
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 52 milliseconds