Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp164 struct llvm::gvn::AvailableValue { struct in llvm::gvn
165 enum ValType {
174 PointerIntPair<Value *, 2, ValType> Val;
177 unsigned Offset = 0;
179 static AvailableValue get(Value *V, unsigned Offset = 0) { in get()
187 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI()
195 static AvailableValue getLoad(LoadInst *LI, unsigned Offset = 0) { in getLoad()
203 static AvailableValue getUndef() { in getUndef()
211 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()
212 bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; } in isCoercedLoadValue()
[all …]