Home
last modified time | relevance | path

Searched defs:AddrInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp432 if (auto *AddrInst = dyn_cast_or_null<IntToPtrInst>(Addr)) { in doExtraRewritesBeforeFinalDeletion() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4811 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr()