reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/APSInt.h
   71     APInt::operator=(RHS);
lib/Analysis/BasicAliasAnalysis.cpp
  285     Scale = 1;
  286     Offset = 0;
  312         Scale = 1;
  313         Offset = 0;
  320           Scale = 1;
  321           Offset = 0;
  352           Scale = 1;
  353           Offset = 0;
  400         Scale = 1;
  401         Offset = 0;
  413         Scale = 1;
  414         Offset = 0;
  425   Scale = 1;
  426   Offset = 0;
  597         IndexScale = 1;
  598         IndexOffset = 0;
 1965       Scale = 0;
lib/Analysis/BlockFrequencyInfo.cpp
  240     BBFreq = BFI->getBlockFreq(BB).getFrequency();
lib/Analysis/ConstantFolding.cpp
  588     ResultVal = RawBytes[BytesLoaded - 1];
  594     ResultVal = RawBytes[0];
  665           SingleChar = static_cast<uint64_t>(C);
  670           SingleChar = static_cast<uint64_t>(C);
  674         SingleChar = 0;
lib/Analysis/DemandedBits.cpp
  157             AB = BitWidth - 1;
lib/CodeGen/GlobalISel/GISelKnownBits.cpp
  146     Known.One = *CstVal;
lib/CodeGen/InterleavedLoadCombinePass.cpp
 1017         BaseOffset =
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4668       magics.m = 0;
 4996       P = 0;
 5196       P = 0;
 5197       A = -1;
 5201       Q = -1;
lib/ExecutionEngine/ExecutionEngine.cpp
  731         GV.IntVal = v; // endian?
lib/ExecutionEngine/Interpreter/Execution.cpp
 1613         Elt.IntVal = 0;
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
  315   GV.IntVal = 0;
  480   GV.IntVal = 0;
  492   GV.IntVal = 0;
lib/IR/ConstantRange.cpp
 1037       RHS_umin = 1;
lib/Support/APInt.cpp
 1817     Quotient = lhsValue / rhsValue;
 1818     Remainder = lhsValue % rhsValue;
 1881     Quotient = lhsValue / RHS;
lib/Support/StringRef.cpp
  550   Result = 0;
  573       CharAP = CharVal;
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 1913   OpUsefulBits = 1;
 1981   OpUsefulBits = 1;
lib/Target/PowerPC/PPCISelLowering.cpp
14138       Known.Zero = 0xFFFF0000;
14160       Known.Zero = ~1U;  // All bits but the low one are known to be zero.
lib/Target/SystemZ/SystemZISelLowering.cpp
  762   SplatUndef = 0;
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  990     DemandedElts = (1 << DemandedElts.getActiveBits()) - 1;
 1108   UndefElts = 0;
 1500       DemandedElts = 1;
 1504       UndefElts = UndefElts[0];
 1539       DemandedElts = 1;
 1566       DemandedElts = 1;
 1600       DemandedElts = 1;
lib/Transforms/Scalar/Reassociate.cpp
  331     LHS = 0; // 1 + 1 === 0 modulo 2.
  372     LHS = Total;
  616     It->second = 0;
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1534         Alignment =
tools/clang/lib/Lex/LiteralSupport.cpp
  998     Val = N;
 1002   Val = 0;
 1021     CharVal = C;
 1371     LitVal = 0;
 1380     LitVal = buffer_begin[-1];
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3931       VectorSize = 0;
tools/clang/utils/TableGen/MveEmitter.cpp
  775         lo = IA.i1;
  776         hi = IA.i2;
  779         lo = 0;
  780         hi = IA.i1;
unittests/IR/ConstantRangeTest.cpp
 2076   Known.Zero = 36;
 2077   Known.One = 66;
 2084   Known.Zero = 18;
 2085   Known.One = 164;
 2091   Known.Zero = 145;
 2092   Known.One = 68;
 2104       Known.Zero = Zero;
 2105       Known.One = One;
unittests/Support/KnownBitsTest.cpp
   26       Known.Zero = Zero;
   27       Known.One = One;