Searched defs:getConstPart (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | ConstraintSystem.h | 32 static int64_t getConstPart(const Entry &E) { getConstPart() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | Reassociate.cpp | 111 const APInt &getConstPart() const { return ConstPart; } in getConstPart() function in llvm::reassociate::XorOpnd |