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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 776 Src = Builder.CreateFPExt(Src, CGF.CGM.FloatTy, "conv");
    [all...]
CGStmt.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 714 Rep = Builder.CreateFPExt(Rep, DstTy, "cvtps2pd");
    [all...]
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/src/Reactor/
Nucleus.cpp 503 Value *Nucleus::createFPExt(Value *V, Type *destType)
505 return builder->CreateFPExt(V, destType);
    [all...]

Completed in 914 milliseconds