HomeSort by relevance Sort by last modified time
    Searched refs:GetLinearExpression (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 182 /*static*/ const Value *BasicAAResult::GetLinearExpression(
232 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
237 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
242 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
248 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
275 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL,
445 // Use GetLinearExpression to decompose the index into a C1*V+C2 form.
448 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 169 /// GetLinearExpression - Analyze the specified value as a linear expression:
177 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset,
200 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
205 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
211 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
232 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension,
346 // Use GetLinearExpression to decompose the index into a C1*V+C2 form.
348 Index = GetLinearExpression(Index, IndexScale, IndexOffset, Extension,
    [all...]
  /external/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 151 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
166 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
167 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 151 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
166 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
167 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BasicAliasAnalysis.h 151 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
166 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
167 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BasicAliasAnalysis.h 151 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
166 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
167 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BasicAliasAnalysis.h 164 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
179 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
180 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BasicAliasAnalysis.h 164 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
179 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
180 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BasicAliasAnalysis.h 164 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
179 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
180 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BasicAliasAnalysis.h 164 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
179 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
180 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 151 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
166 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
167 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BasicAliasAnalysis.h 151 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
166 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
167 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BasicAliasAnalysis.h 151 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
166 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
167 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BasicAliasAnalysis.h 164 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
179 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
180 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BasicAliasAnalysis.h 164 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
179 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
180 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BasicAliasAnalysis.h 164 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
179 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
180 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BasicAliasAnalysis.h 164 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
179 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
180 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression

Completed in 558 milliseconds