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

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

Completed in 2970 milliseconds