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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
  952     APInt Bitfield(Width, 0);
  959     C = B.CreateAnd(C, B.getIntN(Width, 0xFF));
  962     Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width),
  962     Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width),
  966     Value *Shl = B.CreateShl(B.getIntN(Width, 1ULL), C);