Home
last modified time | relevance | path

Searched refs:stripAndComputeInBoundsConstantOffsets (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp424 ConstantInt *stripAndComputeInBoundsConstantOffsets(Value *&V);
2533 ConstantInt *CallAnalyzer::stripAndComputeInBoundsConstantOffsets(Value *&V) { in stripAndComputeInBoundsConstantOffsets() function in CallAnalyzer
2640 if (ConstantInt *C = stripAndComputeInBoundsConstantOffsets(PtrArg)) { in analyze()