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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 2141     NotB = peekThroughBitcast(NotB, true);
 2171   A = peekThroughBitcast(A, true);
 2172   B = peekThroughBitcast(B, true);
lib/Transforms/InstCombine/InstCombineCalls.cpp
 3065     Mask = peekThroughBitcast(Mask);
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  532   V = peekThroughBitcast(V);
  593           peekThroughBitcast(LI.getPointerOperand(), /*OneUseOnly=*/true))) {
 1331                peekThroughBitcast(SI->getPointerOperand()) != LoadAddr &&