Searched refs:constToInt (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 348 bool constToInt(const Constant *C, APInt &Val) const; 1082 bool MachineConstEvaluator::constToInt(const Constant *C, in constToInt() function in MachineConstEvaluator 1120 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() 1147 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() 1175 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() 1381 bool Eval = constToInt(LS2.Values[i], A) && in evaluateANDrr() 1410 bool Eval = constToInt(LS1.Values[i], A) && in evaluateANDri() 1448 bool Eval = constToInt(LS2.Values[i], A) && in evaluateORrr() 1477 bool Eval = constToInt(LS1.Values[i], A) && in evaluateORri() 1513 bool Eval = constToInt(LS2.Values[i], A) && in evaluateXORrr() [all …]
|