Home
last modified time | relevance | path

Searched refs:constToInt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp359 bool constToInt(const Constant *C, APInt &Val) const;
1099 bool MachineConstEvaluator::constToInt(const Constant *C, in constToInt() function in MachineConstEvaluator
1137 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr()
1164 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri()
1192 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp()
1398 bool Eval = constToInt(LS2.Values[i], A) && in evaluateANDrr()
1427 bool Eval = constToInt(LS1.Values[i], A) && in evaluateANDri()
1465 bool Eval = constToInt(LS2.Values[i], A) && in evaluateORrr()
1494 bool Eval = constToInt(LS1.Values[i], A) && in evaluateORri()
1530 bool Eval = constToInt(LS2.Values[i], A) && in evaluateXORrr()
[all …]