Home
last modified time | relevance | path

Searched refs: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
1265 if (!Opnd1->isOrExpr() || Opnd1->getConstPart().isZero()) in CombineXorOpnd()
1271 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()
1317 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()
1318 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()
1333 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()
1334 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()
1349 const APInt &C1 = Opnd1->getConstPart(); in CombineXorOpnd()
1350 const APInt &C2 = Opnd2->getConstPart(); in CombineXorOpnd()