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

/external/llvm/include/llvm/IR/
H A DValue.h290 /// stripInBoundsOffsets - This method strips off unneeded pointer casts and
294 Value *stripInBoundsOffsets();
295 const Value *stripInBoundsOffsets() const { function in class:llvm::Value
296 return const_cast<Value*>(this)->stripInBoundsOffsets();
/external/llvm/lib/IR/
H A DValue.cpp396 Value *Value::stripInBoundsOffsets() { function in class:Value
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2151 if (AllocaInst *AI = dyn_cast<AllocaInst>(V->stripInBoundsOffsets()))
2432 = dyn_cast<AllocaInst>(OtherPtr->stripInBoundsOffsets()))

Completed in 311 milliseconds