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

1 2

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 185 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 173 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 226 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
227 return CastInst::CreateFPCast(C, DestTy);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 166 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 213 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
214 return CastInst::CreateFPCast(C, DestTy);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 200 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 264 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
265 return CastInst::CreateFPCast(C, DestTy);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 200 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 264 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
265 return CastInst::CreateFPCast(C, DestTy);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 200 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 264 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
265 return CastInst::CreateFPCast(C, DestTy);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 200 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 264 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
265 return CastInst::CreateFPCast(C, DestTy);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 200 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 264 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
265 return CastInst::CreateFPCast(C, DestTy);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 200 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 264 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
265 return CastInst::CreateFPCast(C, DestTy);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 200 Constant *CreateFPCast(Constant *C, Type *DestTy) const {

Completed in 313 milliseconds

1 2