OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FoldBitCast
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
ConstantFolding.cpp
45
///
FoldBitCast
- Constant fold bitcast, symbolically evaluating it with
48
static Constant *
FoldBitCast
(Constant *C, Type *DestTy,
103
return
FoldBitCast
(ConstantVector::get(Ops), DestTy, TD);
135
C =
FoldBitCast
(C, DestIVTy, TD);
288
C =
FoldBitCast
(C, Type::getInt64Ty(C->getContext()), TD);
292
C =
FoldBitCast
(C, Type::getInt32Ty(C->getContext()), TD);
296
C =
FoldBitCast
(C, Type::getInt16Ty(C->getContext()), TD);
404
C =
FoldBitCast
(C, MapTy, TD);
406
return
FoldBitCast
(Res, LoadTy, TD);
798
C =
FoldBitCast
(C, ResultTy, *TD)
[
all
...]
/external/llvm/lib/IR/
ConstantFold.cpp
100
static Constant *
FoldBitCast
(Constant *V, Type *DestTy) {
691
return
FoldBitCast
(V, DestTy);
[
all
...]
Completed in 119 milliseconds