Searched refs:Computed (Results 1 – 4 of 4) sorted by relevance
89 const Value *Computed = GetUnderlyingObjCPtr(V); in GetUnderlyingObjCPtrCached() local 91 std::make_pair(const_cast<Value *>(V), const_cast<Value *>(Computed)); in GetUnderlyingObjCPtrCached() 92 return Computed; in GetUnderlyingObjCPtrCached()
37 Error validateSize(uint32_t Computed);44 Error DXContainerWriter::validateSize(uint32_t Computed) { in validateSize() argument46 ObjectFile.Header.FileSize = Computed; in validateSize()47 else if (*ObjectFile.Header.FileSize < Computed) in validateSize()
217 void setComputed(bool Computed) { AlreadyComputed = Computed; } in setComputed() argument
1130 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() local 1132 if (!Computed) in evaluateCMPrr() 1157 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() local 1159 if (!Computed) in evaluateCMPri() 1185 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() local 1187 if (!Computed) in evaluateCMPrp() 2580 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result); in evaluateHexCompare() local 2581 if (Computed) { in evaluateHexCompare()