Searched defs:AvailableValue (Results 1 – 1 of 1) sorted by relevance
123 struct llvm::gvn::AvailableValue { struct in llvm::gvn124 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 …]