Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2041 Optional<Value *> SimplifiedVal = in updateImpl() local
2043 if (!SimplifiedVal.hasValue() || in updateImpl()
2044 isa<UndefValue>(*SimplifiedVal.getValue())) { in updateImpl()
2049 !isa<ConstantPointerNull>(*SimplifiedVal.getValue())) in updateImpl()