Searched refs:computeKnownBitsAddSub (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DValueTracking.cpp191 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, function
1238 computeKnownBitsAddSub(false, I->getOperand(0), I->getOperand(1), NSW,
1245 computeKnownBitsAddSub(true, I->getOperand(0), I->getOperand(1), NSW,
1489 computeKnownBitsAddSub(true, II->getArgOperand(0),
1495 computeKnownBitsAddSub(false, II->getArgOperand(0),

Completed in 223 milliseconds