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

/external/llvm/lib/Analysis/
H A DValueTracking.cpp46 static void ComputeMaskedBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, function
522 ComputeMaskedBitsAddSub(false, I->getOperand(0), I->getOperand(1), NSW,
529 ComputeMaskedBitsAddSub(true, I->getOperand(0), I->getOperand(1), NSW,
756 ComputeMaskedBitsAddSub(true, II->getArgOperand(0),
762 ComputeMaskedBitsAddSub(false, II->getArgOperand(0),

Completed in 144 milliseconds