HomeSort by relevance Sort by last modified time
    Searched refs:ReuseOrCreateCast (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 197 /// ReuseOrCreateCast - Arange for there to be a cast of V to Ty at IP,
201 Value *ReuseOrCreateCast(Value *V, Type *Ty,
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 30 /// ReuseOrCreateCast - Arrange for there to be a cast of V to Ty at IP,
34 Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
137 return ReuseOrCreateCast(A, Ty, Op, IP);
147 return ReuseOrCreateCast(I, Ty, Op, IP);
    [all...]

Completed in 41 milliseconds