Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp177 int64_t ConstPart = 0; in dump() local
179 ConstPart = Row[0].Coefficient; in dump()
181 << " <= " << std::to_string(ConstPart) << "\n"); in dump()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp111 const APInt &getConstPart() const { return ConstPart; } in getConstPart()
119 APInt ConstPart; member in llvm::reassociate::XorOpnd
139 ConstPart = *C; in XorOpnd()
148 ConstPart = APInt::getZero(V->getType()->getScalarSizeInBits()); in XorOpnd()