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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 166 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 225 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
226 return CastInst::CreateFPCast(C, DestTy);
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 36 milliseconds