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

  /external/llvm/include/llvm/IR/
NoFolder.h 225 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
226 return CastInst::CreateFPCast(C, DestTy);
InstrTypes.h 497 static CastInst *CreateFPCast(
505 static CastInst *CreateFPCast(
    [all...]
ConstantFolder.h 166 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 360 milliseconds