Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp106 const APInt &getConstPart() const { return ConstPart; } in getConstPart()
114 APInt ConstPart; member in llvm::reassociate::XorOpnd
134 ConstPart = *C; in XorOpnd()
143 ConstPart = APInt::getNullValue(V->getType()->getScalarSizeInBits()); in XorOpnd()