Searched refs:PtrBase (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetClient.h | 395 JITTargetAddress PtrBase; member 407 JITTargetAddress PtrBase; in reserveStubs() local 411 std::tie(StubBase, PtrBase, NumStubsEmitted) = *StubInfoOrErr; in reserveStubs() 416 RemoteIndirectStubsInfos.push_back({StubBase, PtrBase, NumStubsEmitted}); in reserveStubs() 440 assert(RemoteIndirectStubsInfos[K.first].PtrBase != 0 && in getPtrAddr() 442 return RemoteIndirectStubsInfos[K.first].PtrBase + in getPtrAddr()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 840 Value *PtrBase, *Index; in transformToIndexedCompare() local 841 std::tie(PtrBase, Index) = getAsConstantIndexedAddress(GEPLHS, DL); in transformToIndexedCompare() 846 if (!canRewriteGEPAsOffset(RHS, PtrBase, DL, Nodes)) in transformToIndexedCompare() 855 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes); in transformToIndexedCompare() 882 Value *PtrBase = GEPLHS->getOperand(0); in foldGEPICmp() local 883 if (PtrBase == RHS && GEPLHS->isInBounds()) { in foldGEPICmp() 898 if (PtrBase != GEPRHS->getOperand(0)) { in foldGEPICmp() 920 PtrBase->stripPointerCasts() == in foldGEPICmp()
|