Searched refs:getConstPart (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp86 const APInt &getConstPart() const { return ConstPart; } function in class:llvm::reassociate::XorOpnd
1165 if (Opnd1->isOrExpr() && Opnd1->getConstPart() != 0) {
1169 const APInt &C1 = Opnd1->getConstPart();
1218 const APInt &C1 = Opnd1->getConstPart();
1219 const APInt &C2 = Opnd2->getConstPart();
1235 const APInt &C1 = Opnd1->getConstPart();
1236 const APInt &C2 = Opnd2->getConstPart();
1251 const APInt &C1 = Opnd1->getConstPart();
1252 const APInt &C2 = Opnd2->getConstPart();

Completed in 140 milliseconds