HomeSort by relevance Sort by last modified time
    Searched full:computeoffset (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 59 static RegionRawOffsetV2 computeOffset(ProgramStateRef state,
102 RegionRawOffsetV2::computeOffset(state, svalBuilder, location);
233 // Lazily computes a value to be used by 'computeOffset'. If 'val'
241 // value as an SVal. Used by 'computeOffset'.
251 // summing to UnknownVal. Used by 'computeOffset'.
266 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(ProgramStateRef state,
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 82 int64_t computeOffset(const MachineInstr *Br);
196 int64_t MipsLongBranch::computeOffset(const MachineInstr *Br) {
426 if (!ForceLongBranch && isInt<16>(computeOffset(I->Br) / 4))
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 593 int64_t &OffsetInElmts, bool ComputeOffset = true) {
613 if (!ComputeOffset)
    [all...]

Completed in 187 milliseconds