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

  /external/llvm/include/llvm/Support/
NoFolder.h 213 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
214 return CastInst::CreateFPCast(C, DestTy);
ConstantFolder.h 166 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/llvm/include/llvm/
InstrTypes.h 500 static CastInst *CreateFPCast(
508 static CastInst *CreateFPCast(
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 672 milliseconds