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

  /external/llvm/include/llvm/IR/
NoFolder.h 242 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
243 return CastInst::CreateSExtOrBitCast(C, DestTy);
ConstantFolder.h 189 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
InstrTypes.h 646 static CastInst *CreateSExtOrBitCast(
654 static CastInst *CreateSExtOrBitCast(
    [all...]
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 98 milliseconds