Searched refs:OffsetV (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1233 SmallVectorImpl<Value *> &OffsetV) { in getGEPSmallConstantIntOffsetV() argument 1242 OffsetV.push_back(GEP->getOperand(i)); in getGEPSmallConstantIntOffsetV() 1289 SmallVector<Value *, 2> OffsetV; in simplifyRelocatesOffABase() local 1290 if (!getGEPSmallConstantIntOffsetV(Derived, OffsetV)) in simplifyRelocatesOffABase() 1330 ArrayRef(OffsetV)); in simplifyRelocatesOffABase()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 576 Value *OffsetV = emitGEPOffset(&Builder, DL, GEP); in rewriteGEPAsOffset() local 578 NewInsts[GEP] = OffsetV; in rewriteGEPAsOffset() 581 Op, OffsetV, GEP->getOperand(0)->getName() + ".add", in rewriteGEPAsOffset()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 6514 llvm::Value *OffsetV = EmitScalarExpr(E->getRHS()); in EmitPointerToDataMemberBinaryExpr() local 6522 E, BaseAddr, OffsetV, MPT, IsInBounds, &BaseInfo, &TBAAInfo); in EmitPointerToDataMemberBinaryExpr()
|