Searched refs:getConstPart (Results 1 – 2 of 2) sorted by relevance
111 const APInt &getConstPart() const { return ConstPart; } in getConstPart() function in llvm::reassociate::XorOpnd1267 if (!Opnd1->isOrExpr() || Opnd1->getConstPart().isZero()) in CombineXorOpnd()1273 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1319 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1320 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()1335 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1336 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()1351 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1352 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()
32 static int64_t getConstPart(const Entry &E) { in getConstPart() function