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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
242 return CastInst::CreateSExtOrBitCast(C, DestTy);
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 267 milliseconds