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

/external/llvm/include/llvm/Analysis/
H A DValueTracking.h86 /// ComputeMultiple - This function computes the integer multiple of Base that
91 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1173 /// ComputeMultiple - This function computes the integer multiple of Base that
1177 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple, function in class:llvm
1221 return ComputeMultiple(I->getOperand(0), Base, Multiple,
1240 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) {
1264 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {
H A DMemoryBuiltins.cpp212 if (ComputeMultiple(MallocArg, ElementSize, Multiple,

Completed in 80 milliseconds