Home
last modified time | relevance | path

Searched defs:getConstPart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h32 static int64_t getConstPart(const Entry &E) { in getConstPart() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp111 const APInt &getConstPart() const { return ConstPart; } in getConstPart() function in llvm::reassociate::XorOpnd