HomeSort by relevance Sort by last modified time
    Searched refs:CreateIntegerCast (Results 1 - 25 of 38) sorted by null

1 2

  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 257 CastInst::CreateIntegerCast(getImageSize, CI->getType()->getScalarType(), false,
274 CastInst::CreateIntegerCast(getImageSize,
320 CastInst::CreateIntegerCast(getImageArraySize, CI->getType()->getScalarType(),
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 481 static CastInst *CreateIntegerCast(
490 static CastInst *CreateIntegerCast(
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 211 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 201 Res = CastInst::CreateIntegerCast(I->getOperand(0), Ty,
542 return CastInst::CreateIntegerCast(Shift, DestTy, false);
561 return CastInst::CreateIntegerCast(Shift, CI.getType(), true);
658 return CastInst::CreateIntegerCast(In, CI.getType(), false/*ZExt*/);
    [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 224 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
InstrTypes.h 687 static CastInst *CreateIntegerCast(
696 static CastInst *CreateIntegerCast(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 197 Res = CastInst::CreateIntegerCast(I->getOperand(0), Ty,
485 return CastInst::CreateIntegerCast(Shift, CI.getType(), false);
581 return CastInst::CreateIntegerCast(In, CI.getType(), false/*ZExt*/);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
InstrTypes.h 701 static CastInst *CreateIntegerCast(
710 static CastInst *CreateIntegerCast(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
InstrTypes.h 701 static CastInst *CreateIntegerCast(
710 static CastInst *CreateIntegerCast(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
InstrTypes.h 701 static CastInst *CreateIntegerCast(
710 static CastInst *CreateIntegerCast(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
InstrTypes.h 701 static CastInst *CreateIntegerCast(
710 static CastInst *CreateIntegerCast(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
InstrTypes.h 701 static CastInst *CreateIntegerCast(
710 static CastInst *CreateIntegerCast(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
InstrTypes.h 701 static CastInst *CreateIntegerCast(
710 static CastInst *CreateIntegerCast(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
InstrTypes.h 701 static CastInst *CreateIntegerCast(
710 static CastInst *CreateIntegerCast(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
InstrTypes.h 701 static CastInst *CreateIntegerCast(
710 static CastInst *CreateIntegerCast(
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 727 *I = CastInst::CreateIntegerCast(*I, IntPtrTy, true, "idxprom", GEP);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 369 ArraySize = CastInst::CreateIntegerCast(ArraySize, IntPtrTy, false,
372 ArraySize = CastInst::CreateIntegerCast(ArraySize, IntPtrTy, false,
    [all...]

Completed in 706 milliseconds

1 2