Searched refs:Computed (Results 1 – 4 of 4) sorted by relevance
36 Error validateSize(uint32_t Computed);43 Error DXContainerWriter::validateSize(uint32_t Computed) { in validateSize() argument45 ObjectFile.Header.FileSize = Computed; in validateSize()46 else if (*ObjectFile.Header.FileSize < Computed) in validateSize()
89 const Value *Computed = GetUnderlyingObjCPtr(V); in GetUnderlyingObjCPtrCached() local91 std::make_pair(const_cast<Value *>(V), const_cast<Value *>(Computed)); in GetUnderlyingObjCPtrCached()92 return Computed; in GetUnderlyingObjCPtrCached()
215 void setComputed(bool Computed) { AlreadyComputed = Computed; } in setComputed() argument
1131 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() local1133 if (!Computed) in evaluateCMPrr()1158 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() local1160 if (!Computed) in evaluateCMPri()1186 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() local1188 if (!Computed) in evaluateCMPrp()2581 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result); in evaluateHexCompare() local2582 if (Computed) { in evaluateHexCompare()