OpenGrok
Cross Reference: InstCombineLoadStoreAlloca.cpp
xref
: /
external
/
llvm
/
lib
/
Transforms
/
InstCombine
/
InstCombineLoadStoreAlloca.cpp
Home
|
History
|
Annotate
|
Download
|
only in
InstCombine
Lines Matching
refs:BC
911
if (auto *
BC
= dyn_cast<BitCastInst>(V)) {
912
V =
BC
->getOperand(0);