OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReuseOrCreateCast
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h
243
Value *
ReuseOrCreateCast
(Value *V, Type *Ty,
/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,
162
return
ReuseOrCreateCast
(A, Ty, Op, IP);
168
return
ReuseOrCreateCast
(I, Ty, Op, IP);
[
all
...]
Completed in 31 milliseconds