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

  /external/llvm/include/llvm/Support/
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);
TargetFolder.h 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 194 milliseconds