OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZI
(Results
1 - 10
of
10
) sorted by null
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/d/
T_aget_boolean_1.d
27
.method public run([
ZI
)Z
T_aget_boolean_7.d
27
.method public run([
ZI
)Z
T_aget_boolean_9.d
27
.method public run([
ZI
)Z
/external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp
782
if (ZExtInst *
ZI
= dyn_cast<ZExtInst>(X)) {
783
uint32_t SrcBits =
ZI
->getOperand(0)->getType()->getScalarSizeInBits();
784
uint32_t DestBits =
ZI
->getType()->getScalarSizeInBits();
786
return new SExtInst(
ZI
->getOperand(0),
ZI
->getType());
InstCombineAddSub.cpp
937
if (ZExtInst *
ZI
= dyn_cast<ZExtInst>(LHS))
938
if (
ZI
->getSrcTy()->isIntegerTy(1))
939
return SelectInst::Create(
ZI
->getOperand(0), AddOne(CI), CI);
[
all
...]
/external/clang/lib/CodeGen/
CGExprScalar.cpp
142
if (llvm::ZExtInst *
ZI
= dyn_cast<llvm::ZExtInst>(V)) {
143
if (
ZI
->getOperand(0)->getType() == Builder.getInt1Ty()) {
144
Value *Result =
ZI
->getOperand(0);
148
if (
ZI
->use_empty())
149
ZI
->eraseFromParent();
[
all
...]
/external/chromium/third_party/libjingle/source/talk/
main.scons
192
'/
ZI
', # enable debugging
225
'/
Zi
', # enable debugging
/external/chromium_org/third_party/libjingle/source/talk/
main.scons
248
'/
ZI
', # enable debugging
263
win_dbg64_env.FilterOut(CCFLAGS = ['/
ZI
'])
267
'/
Zi
', # enable debugging that is 64 bit compatible.
328
'/
Zi
', # enable debugging
/external/llvm/lib/Analysis/
ValueTracking.cpp
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java
[
all
...]
Completed in 135 milliseconds