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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
 1904   if (isa<UndefValue>(V)) return true;
 1908   if (V->getType() == VecEltTy) {
 1910     if (Constant *C = dyn_cast<Constant>(V))
 1922     Elements[ElementIndex] = V;
 1926   if (Constant *C = dyn_cast<Constant>(V)) {
 1940       C = ConstantExpr::getBitCast(C, IntegerType::get(V->getContext(),
 1957   if (!V->hasOneUse()) return false;
 1959   Instruction *I = dyn_cast<Instruction>(V);