Searched defs:Computed (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h96 const Value *Computed = GetUnderlyingObjCPtr(V, DL); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h213 void setComputed(bool Computed) { AlreadyComputed = Computed; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1132 bool Computed = constToInt(LS2.Values[i], A) && local
1159 bool Computed = constToInt(LS.Values[i], A) && local
1187 bool Computed = constToInt(LS.Values[i], A) && local
2582 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result); local

Completed in 49 milliseconds