Home
last modified time | relevance | path

Searched defs:SimplifyQuery (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h70 struct SimplifyQuery { struct
89 SimplifyQuery(const DataLayout &DL, const Instruction *CXTI = nullptr) argument
92 SimplifyQuery(const DataLayout &DL, const TargetLibraryInfo *TLI, argument
100 SimplifyQuery(const DataLayout &DL, const DominatorTree *DT, argument
107 SimplifyQuery getWithInstruction(const Instruction *I) const { in getWithInstruction() argument
112 SimplifyQuery getWithoutUndef() const { in getWithoutUndef() argument
122 SimplifyQuery getWithoutDomCondCach argument
128 getWithCondContextSimplifyQuery getWithCondContext() argument
[all...]
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5178 simplifyExtractValueInst(Value * Agg,ArrayRef<unsigned> Idxs,const SimplifyQuery &,unsigned) simplifyExtractValueInst() argument
[all...]