Searched refs:OffsetInElmts (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp451 // For example, if OffsetInElmts == 1, then J accesses the memory directly
452 // after I; if OffsetInElmts == -1 then I accesses the memory
456 int64_t &OffsetInElmts) {
457 OffsetInElmts = 0;
488 OffsetInElmts = Offset/VTy2TSS;
492 OffsetInElmts = Offset/VTyTSS;
730 int64_t OffsetInElmts = 0; local
732 OffsetInElmts) && abs64(OffsetInElmts) == 1) {
744 if (OffsetInElmts <
454 getPairPtrInfo(Instruction *I, Instruction *J, Value *&IPtr, Value *&JPtr, unsigned &IAlignment, unsigned &JAlignment, int64_t &OffsetInElmts) argument
1497 int64_t OffsetInElmts; local
2204 int64_t OffsetInElmts; local
[all...]

Completed in 423 milliseconds