Searched defs:SimplifyQuery (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 93 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 142 // Please use the SimplifyQuery versions in new code. argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 90 struct SimplifyQuery { struct 102 SimplifyQuery(const DataLayout &DL, const Instruction *CXTI = nullptr) argument 105 SimplifyQuery(const DataLayout &DL, const TargetLibraryInfo *TLI, argument 110 SimplifyQuery getWithInstruction(Instruction *I) const { in getWithInstruction() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4230 const SimplifyQuery &, unsigned) { in SimplifyExtractValueInst() 4259 static Value *SimplifyExtractElementInst(Value *Vec, Value *Idx, const SimplifyQuery &, in SimplifyExtractElementInst()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4383 const SimplifyQuery &, unsigned) { in SimplifyExtractValueInst()
|