Searched refs:getElementSize (Results 1 – 8 of 8) sorted by relevance
87 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(&Inst)); in printDelinearization()
329 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()350 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
3410 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearizeParametricSize()3411 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearizeParametricSize()
11852 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
103 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
466 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize() function in __anon301d74170111::X86AsmParser::IntelExprStateMachine2442 Val = SM.getElementSize(); in ParseMasmOperator()2556 Size = SM.getElementSize() << 3; in ParseIntelOperand()
1052 const SCEV *getElementSize(Instruction *Inst);
128 unsigned getElementSize() const { in getElementSize() function in __anon65f0dadd0111::AArch64AsmParser::PrefixInfo4192 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()