Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1231 SmallVectorImpl<Value *> &OffsetV) { in getGEPSmallConstantIntOffsetV() argument
1240 OffsetV.push_back(GEP->getOperand(i)); in getGEPSmallConstantIntOffsetV()
1287 SmallVector<Value *, 2> OffsetV; in simplifyRelocatesOffABase() local
1288 if (!getGEPSmallConstantIntOffsetV(Derived, OffsetV)) in simplifyRelocatesOffABase()
1328 ArrayRef(OffsetV)); in simplifyRelocatesOffABase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp577 Value *OffsetV = emitGEPOffset(&Builder, DL, GEP); in rewriteGEPAsOffset() local
579 NewInsts[GEP] = OffsetV; in rewriteGEPAsOffset()
582 Op, OffsetV, GEP->getOperand(0)->getName() + ".add"); in rewriteGEPAsOffset()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp6059 llvm::Value *OffsetV = EmitScalarExpr(E->getRHS()); in EmitPointerToDataMemberBinaryExpr() local
6065 EmitCXXMemberDataPointerAddress(E, BaseAddr, OffsetV, MPT, &BaseInfo, in EmitPointerToDataMemberBinaryExpr()