Home
last modified time | relevance | path

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

/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
1267 if (!Opnd1->isOrExpr() || Opnd1->getConstPart().isZero()) in CombineXorOpnd()
1273 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()
1319 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()
1320 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()
1335 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()
1336 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()
1351 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()
1352 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h32 static int64_t getConstPart(const Entry &E) { in getConstPart() function