reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
508 V = InsertNoopCastOfTo(V, 508 V = InsertNoopCastOfTo(V, 511 assert(!isa<Instruction>(V) || 512 SE.DT.dominates(cast<Instruction>(V), &*Builder.GetInsertPoint())); 518 if (Constant *CLHS = dyn_cast<Constant>(V)) 536 IP->getOperand(0) == V && IP->getOperand(1) == Idx) 547 if (!L->isLoopInvariant(V) || !L->isLoopInvariant(Idx)) break; 556 Value *GEP = Builder.CreateGEP(Builder.getInt8Ty(), V, Idx, "uglygep"); 567 if (!L->isLoopInvariant(V)) break; 585 Value *Casted = V; 586 if (V->getType() != PTy)