Searched refs:OtherElt (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2213 Value *OtherElt = nullptr; local
2219 OtherElt = GetElementPtrInst::CreateInBounds(OtherPtr, Idx,
2248 Value *Elt = new LoadInst(OtherElt, "tmp", false, OtherEltAlign, MI);
2253 new StoreInst(Elt, OtherElt, false, OtherEltAlign, MI);
2312 Value *Dst = SROADest ? EltPtr : OtherElt; // Dest ptr
2313 Value *Src = SROADest ? OtherElt : EltPtr; // Src ptr
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9738 unsigned OtherElt = local
9740 if (Elt < OtherElt) {

Completed in 104 milliseconds