Searched refs:getConstPart (Results 1 – 1 of 1) sorted by relevance
105 const APInt &getConstPart() const { return ConstPart; } in getConstPart() function in llvm::reassociate::XorOpnd1181 if (!Opnd1->isOrExpr() || Opnd1->getConstPart().isNullValue()) in CombineXorOpnd()1187 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1233 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1234 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()1249 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1250 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()1265 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()1266 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()