Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp123 struct llvm::gvn::AvailableValue { struct in llvm::gvn
124 enum ValType {
133 PointerIntPair<Value *, 2, ValType> Val;
136 unsigned Offset;
138 static AvailableValue get(Value *V, unsigned Offset = 0) { in get()
146 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI()
154 static AvailableValue getLoad(LoadInst *LI, unsigned Offset = 0) { in getLoad()
162 static AvailableValue getUndef() { in getUndef()
170 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()
171 bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; } in isCoercedLoadValue()
[all …]