Searched refs:getElementSize (Results 1 – 6 of 6) sorted by relevance
101 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print()
3281 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize()3282 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearize()
11048 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
104 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
958 const SCEV *getElementSize(Instruction *Inst);
127 unsigned getElementSize() const { in getElementSize() function in __anon7d8c15f70111::AArch64AsmParser::PrefixInfo3950 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()