Home
last modified time | relevance | path

Searched refs:ConstPart (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp105 const APInt &getConstPart() const { return ConstPart; } in getConstPart()
113 APInt ConstPart; member in llvm::reassociate::XorOpnd
133 ConstPart = *C; in XorOpnd()
142 ConstPart = APInt::getNullValue(V->getType()->getScalarSizeInBits()); in XorOpnd()