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

1 2

  /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);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 229 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
230 return CastInst::CreateSExtOrBitCast(C, DestTy);
TargetFolder.h 196 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
285 return CastInst::CreateSExtOrBitCast(C, DestTy);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
285 return CastInst::CreateSExtOrBitCast(C, DestTy);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
285 return CastInst::CreateSExtOrBitCast(C, DestTy);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
285 return CastInst::CreateSExtOrBitCast(C, DestTy);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
285 return CastInst::CreateSExtOrBitCast(C, DestTy);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
285 return CastInst::CreateSExtOrBitCast(C, DestTy);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {

Completed in 319 milliseconds

1 2