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

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 277 if (const SubRegion *subReg = dyn_cast<SubRegion>(region)) {
280 return RegionRawOffsetV2(subReg, offset);
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 61 /// SubReg - Subregister number, only valid for MO_Register. A value of 0
62 /// indicates the MO_Register has no subReg.
63 unsigned char SubReg;
244 return (unsigned)SubReg;
319 void setSubReg(unsigned subReg) {
321 SubReg = (unsigned char)subReg;
325 /// subregister Reg:SubReg. Take any existing SubReg index into account,
326 /// using TargetRegisterInfo to compose the subreg indices if necessary
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]

Completed in 268 milliseconds