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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp 26 /// ReuseOrCreateCast - Arrange for there to be a cast of V to Ty at IP,
30 Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
110 return ReuseOrCreateCast(A, Ty, Op, IP);
121 return ReuseOrCreateCast(I, Ty, Op, IP);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 34 /// ReuseOrCreateCast - Arrange for there to be a cast of V to Ty at IP,
38 Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
160 return ReuseOrCreateCast(A, Ty, Op, IP);
166 return ReuseOrCreateCast(I, Ty, Op, IP);
    [all...]

Completed in 4350 milliseconds