Searched refs:OtherElt (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | ScalarReplAggregates.cpp | 2237 Value *OtherElt = nullptr; local 2243 OtherElt = GetElementPtrInst::CreateInBounds(OtherPtr, Idx, 2272 Value *Elt = new LoadInst(OtherElt, "tmp", false, OtherEltAlign, MI); 2277 new StoreInst(Elt, OtherElt, false, OtherEltAlign, MI); 2336 Value *Dst = SROADest ? EltPtr : OtherElt; // Dest ptr 2337 Value *Src = SROADest ? OtherElt : EltPtr; // Src ptr
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 12033 unsigned OtherElt = local 12035 if (Elt < OtherElt) {
|
Completed in 127 milliseconds