reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
144 Value *&CurrentV = Out[Offset]; 173 Value *&CurrentV = Out[Offset]; 195 auto I1 = Out.find(Offset); 196 auto I2 = Out.find(Offset + 8); 197 if (I1 == Out.end() && I2 == Out.end()) 197 if (I1 == Out.end() && I2 == Out.end()) 203 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) 205 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty())