Searched refs:constToInt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 339 bool constToInt(const Constant *C, APInt &Val) const; 1072 bool MachineConstEvaluator::constToInt(const Constant *C, in constToInt() function in MachineConstEvaluator 1111 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() 1139 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() 1168 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() 1377 bool Eval = constToInt(LS2.Values[i], A) && in evaluateANDrr() 1408 bool Eval = constToInt(LS1.Values[i], A) && in evaluateANDri() 1448 bool Eval = constToInt(LS2.Values[i], A) && in evaluateORrr() 1478 bool Eval = constToInt(LS1.Values[i], A) && in evaluateORri() 1516 bool Eval = constToInt(LS2.Values[i], A) && in evaluateXORrr() [all …]
|