Searched defs:I0 (Results 1 - 5 of 5) sorted by relevance

/external/ppp/pppd/
H A Dmd4.c45 #define I0 0x67452301 /* Initial values for MD buffer */ macro
108 MDp->buffer[0] = I0;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp589 APInt I0 = C0->getValue(); local
590 if ((I0 + 1).isPowerOf2() && (I0 | KnownZero).isAllOnesValue()) {
H A DInstCombineAddSub.cpp444 Instruction *I0 = dyn_cast<Instruction>(I->getOperand(0)); local
447 if (!I0 || !I1 || I0->getOpcode() != I1->getOpcode())
451 if (I0->getOpcode() == Instruction::FMul)
453 else if (I0->getOpcode() != Instruction::FDiv)
456 Value *Opnd0_0 = I0->getOperand(0);
457 Value *Opnd0_1 = I0->getOperand(1);
490 if (I0) Flags &= I->getFastMathFlags();
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp121 Instruction *I0 = dyn_cast<Instruction>(VL[0]); local
122 if (!I0)
124 BasicBlock *BB = I0->getParent();
183 Instruction *I0 = dyn_cast<Instruction>(VL[0]); local
184 unsigned Opcode = I0->getOpcode();
197 Instruction *I0 = dyn_cast<Instruction>(VL[0]); local
198 if (!I0)
200 unsigned Opcode = I0->getOpcode();
214 Instruction *I0 = cast<Instruction>(VL[0]); local
216 I0
302 Instruction *I0 = dyn_cast<Instruction>(V0); local
670 Instruction *I0 = dyn_cast<Instruction>(VL[0]); local
1333 Instruction *I0 = cast<Instruction>(VL[0]); local
2418 Instruction *I0 = dyn_cast<Instruction>(VL[0]); local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6133 unsigned I0 = cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue(); local
6147 if (I0 == ExpectedVExtractIdx)
6148 CanFold = I1 == I0 + 1 && Op0.getOperand(0) == Expected;
6152 CanFold = I0 == I1 + 1 && Op1.getOperand(0) == Expected;
6285 unsigned I0 = cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue(); local
6286 if (I0 != i)

Completed in 1904 milliseconds