Searched refs:getConstPart (Results 1 – 2 of 2) sorted by relevance
32 static int64_t getConstPart(const Entry &E) { in getConstPart() function
111 const APInt &getConstPart() const { return ConstPart; } in getConstPart() function in llvm::reassociate::XorOpnd1351 if (!Opnd1->isOrExpr() || Opnd1->getConstPart().isZero()) in CombineXorOpnd()1357 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1403 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1404 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()1419 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1420 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()1435 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1436 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()