Searched refs:LOp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Vectorize/
H A DBBVectorize.cpp291 unsigned o, Value *&LOp, unsigned numElemL,
1585 Instruction *J, unsigned o, Value *&LOp,
1590 if (InsertElementInst *LIE = dyn_cast<InsertElementInst>(LOp)) {
1627 LOp = LIENext ? (Value*) LIENext : UndefValue::get(ArgTypeH);
1668 Value *LOp = L->getOperand(o); local
1674 ExtractElementInst *LEE = dyn_cast<ExtractElementInst>(LOp);
1676 ShuffleVectorInst *LSV = dyn_cast<ShuffleVectorInst>(LOp);
1686 (LOp->getType() != L->getType() || HOp->getType() != H->getType());
1727 cast<VectorType>(cast<Instruction>(LOp)->getOperand(0)->getType())
1880 Instruction *S = InsertElementInst::Create(HOp, LOp, CV
1584 expandIEChain(LLVMContext& Context, Instruction *I, Instruction *J, unsigned o, Value *&LOp, unsigned numElemL, Type *ArgTypeL, Type *ArgTypeH, unsigned IdxOff) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp319 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
320 /// "(X LOp Y) ROp (X LOp Z)".
321 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, argument
323 switch (LOp) {
358 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
359 /// "(X ROp Z) LOp (Y ROp Z)".
360 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, argument
363 return LeftDistributesOverRight(ROp, LOp);
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp875 DefInit *LOp = dynamic_cast<DefInit*>(LHSs->getOperator()); local
877 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef())

Completed in 112 milliseconds