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::XorOpnd1265 if (!Opnd1->isOrExpr() || Opnd1->getConstPart().isZero()) in CombineXorOpnd()1271 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1317 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1318 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()1333 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1334 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()1349 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1350 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()