Searched refs:Computed (Results 1 – 3 of 3) sorted by relevance
87 const Value *Computed = GetUnderlyingObjCPtr(V); in GetUnderlyingObjCPtrCached() local88 Cache[V] = const_cast<Value *>(Computed); in GetUnderlyingObjCPtrCached()89 return Computed; in GetUnderlyingObjCPtrCached()
215 void setComputed(bool Computed) { AlreadyComputed = Computed; } in setComputed() argument
1137 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() local1139 if (!Computed) in evaluateCMPrr()1164 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() local1166 if (!Computed) in evaluateCMPri()1192 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() local1194 if (!Computed) in evaluateCMPrp()2587 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result); in evaluateHexCompare() local2588 if (Computed) { in evaluateHexCompare()