Searched refs:BasicVals (Results 1 – 1 of 1) sorted by relevance
60 BasicValueFactory BasicVals; variable161 BasicValueFactory &getBasicValueFactory() { return BasicVals; } in getBasicValueFactory()162 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; } in getBasicValueFactory()263 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals)); in makeCompoundVal()269 BasicVals.getLazyCompoundValData(store, region)); in makeLazyCompoundVal()281 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy)); in makeZeroArrayIndex()285 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy)); in makeArrayIndex()292 BasicVals.getValue(integer->getValue(), in makeIntVal()303 return nonloc::ConcreteInt(BasicVals.getValue(integer)); in makeIntVal()307 return loc::ConcreteInt(BasicVals.getValue(integer)); in makeIntLocVal()[all …]