Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1232 SmallVectorImpl<Value *> &OffsetV) { in getGEPSmallConstantIntOffsetV() argument
1241 OffsetV.push_back(GEP->getOperand(i)); in getGEPSmallConstantIntOffsetV()
1288 SmallVector<Value *, 2> OffsetV; in simplifyRelocatesOffABase() local
1289 if (!getGEPSmallConstantIntOffsetV(Derived, OffsetV)) in simplifyRelocatesOffABase()
1329 ArrayRef(OffsetV)); in simplifyRelocatesOffABase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp572 Value *OffsetV = emitGEPOffset(&Builder, DL, GEP); in rewriteGEPAsOffset() local
574 NewInsts[GEP] = OffsetV; in rewriteGEPAsOffset()
577 Op, OffsetV, GEP->getOperand(0)->getName() + ".add"); in rewriteGEPAsOffset()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5956 llvm::Value *OffsetV = EmitScalarExpr(E->getRHS()); in EmitPointerToDataMemberBinaryExpr() local
5962 EmitCXXMemberDataPointerAddress(E, BaseAddr, OffsetV, MPT, &BaseInfo, in EmitPointerToDataMemberBinaryExpr()