Home
last modified time | relevance | path

Searched refs:OtherElt (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2073 Value *OtherElt = 0; in RewriteMemIntrinUserOfAlloca() local
2079 OtherElt = GetElementPtrInst::CreateInBounds(OtherPtr, Idx, in RewriteMemIntrinUserOfAlloca()
2108 Value *Elt = new LoadInst(OtherElt, "tmp", false, OtherEltAlign, MI); in RewriteMemIntrinUserOfAlloca()
2113 new StoreInst(Elt, OtherElt, false, OtherEltAlign, MI); in RewriteMemIntrinUserOfAlloca()
2171 Value *Dst = SROADest ? EltPtr : OtherElt; // Dest ptr in RewriteMemIntrinUserOfAlloca()
2172 Value *Src = SROADest ? OtherElt : EltPtr; // Src ptr in RewriteMemIntrinUserOfAlloca()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12211 unsigned OtherElt = in visitINSERT_VECTOR_ELT() local
12213 if (Elt < OtherElt) { in visitINSERT_VECTOR_ELT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15004 unsigned OtherElt = InVec.getConstantOperandVal(2); in visitINSERT_VECTOR_ELT() local
15005 if (Elt < OtherElt) { in visitINSERT_VECTOR_ELT()