Lines Matching refs:Offset
942 unsigned Offset = (CurIdx == 0) ? 0 : ResElts;
960 Args.push_back(getMaskElt(SVI, j, Offset, CGF.Int32Ty));
986 Args.push_back(Builder.getInt32(j+Offset));
1487 llvm::Value *Offset = 0;
1505 Offset = Builder.CreateMul(Idx, ElemSize);
1525 // Compute the offset to the field
1528 Offset = llvm::ConstantInt::get(ResultType, OffsetInt);
1550 // Compute the offset to the base.
1555 Offset = llvm::ConstantInt::get(ResultType, OffsetInt);
1559 Result = Builder.CreateAdd(Result, Offset);