Searched refs:constToInt (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 359 bool constToInt(const Constant *C, APInt &Val) const; 1092 bool MachineConstEvaluator::constToInt(const Constant *C, in constToInt() function in MachineConstEvaluator 1130 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() 1157 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() 1185 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() 1391 bool Eval = constToInt(LS2.Values[i], A) && in evaluateANDrr() 1420 bool Eval = constToInt(LS1.Values[i], A) && in evaluateANDri() 1458 bool Eval = constToInt(LS2.Values[i], A) && in evaluateORrr() 1487 bool Eval = constToInt(LS1.Values[i], A) && in evaluateORri() 1523 bool Eval = constToInt(LS2.Values[i], A) && in evaluateXORrr() [all …]
|