Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h93 struct SimplifyQuery { struct
110 SimplifyQuery(const DataLayout &DL, const Instruction *CXTI = nullptr) argument
113 SimplifyQuery(const DataLayout &DL, const TargetLibraryInfo *TLI, argument
120 SimplifyQuery getWithInstruction(Instruction *I) const { in getWithInstruction() argument
125 SimplifyQuery getWithoutUndef() const { in getWithoutUndef() argument
144 // Please use the SimplifyQuery versions in new code. argument
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4941 const SimplifyQuery &, unsigned) { in simplifyExtractValueInst()