Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp2325 auto *Gep1 = cast<GetElementPtrInst>(Ptr1); in calculatePointerDifference() local
2326 if (Gep0->getPointerOperand() != Gep1->getPointerOperand()) in calculatePointerDifference()
2328 if (Gep0->getSourceElementType() != Gep1->getSourceElementType()) in calculatePointerDifference()
2335 if (Gep0->getNumOperands() != 2 || Gep1->getNumOperands() != 2) in calculatePointerDifference()
2339 Value *Idx1 = Gep1->getOperand(1); in calculatePointerDifference()
2347 KnownBits Known1 = getKnownBits(Idx1, Gep1); in calculatePointerDifference()