OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyGEPInst
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Analysis/
InstructionSimplify.h
192
///
SimplifyGEPInst
- Given operands for an GetElementPtrInst, see if we can
194
Value *
SimplifyGEPInst
(ArrayRef<Value *> Ops, const DataLayout *TD = nullptr,
/external/llvm/lib/Analysis/
PHITransAddr.cpp
231
if (Value *V =
SimplifyGEPInst
(GEPOps, DL, TLI, DT)) {
InstructionSimplify.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
Completed in 1223 milliseconds