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

  /external/llvm/include/llvm/Support/
NoFolder.h 241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
242 return CastInst::CreateSExtOrBitCast(C, DestTy);
ConstantFolder.h 182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
TargetFolder.h 196 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/
InstrTypes.h 450 static CastInst *CreateSExtOrBitCast(
458 static CastInst *CreateSExtOrBitCast(
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 668 return CastInst::CreateSExtOrBitCast(Arg0, II->getType());
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 201 milliseconds