Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1950 Optional<Value *> SimplifiedPtrOp = stopOnUndefOrAssumed(A, PtrOp, &I); in updateImpl() local
1951 if (!SimplifiedPtrOp.hasValue()) in updateImpl()
1953 const Value *PtrOpVal = SimplifiedPtrOp.getValue(); in updateImpl()