OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateSExtOrBitCast
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
TargetFolder.h
204
Constant *
CreateSExtOrBitCast
(Constant *C, Type *DestTy) const {
/external/llvm/include/llvm/IR/
ConstantFolder.h
189
Constant *
CreateSExtOrBitCast
(Constant *C, Type *DestTy) const {
NoFolder.h
242
Instruction *
CreateSExtOrBitCast
(Constant *C, Type *DestTy) const {
243
return CastInst::
CreateSExtOrBitCast
(C, DestTy);
IRBuilder.h
[
all
...]
/external/llvm/bindings/go/llvm/
ir.go
[
all
...]
Completed in 415 milliseconds