Searched refs:ConstMap (Results 1 – 2 of 2) sorted by relevance
98 using ConstMap = DenseMap<Value *, Constant *>; variable181 ConstMap KnownConstants;192 ConstMap::iterator LastVisited;
151 static Constant *findConstantFor(Value *V, ConstMap &KnownConstants) { in findConstantFor()