Searched refs:stripAndComputeInBoundsConstantOffsets (Results 1 – 1 of 1) sorted by relevance
357 ConstantInt *stripAndComputeInBoundsConstantOffsets(Value *&V);2395 ConstantInt *CallAnalyzer::stripAndComputeInBoundsConstantOffsets(Value *&V) { in stripAndComputeInBoundsConstantOffsets() function in CallAnalyzer2502 if (ConstantInt *C = stripAndComputeInBoundsConstantOffsets(PtrArg)) { in analyze()