HomeSort by: relevance | last modified time | path
    Searched defs:CreateCast (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 642 static InitializationKind CreateCast(SourceRange TypeRange) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 1971 return CreateCast(Instruction::Trunc, V, DestTy, Name);
1975 return CreateCast(Instruction::ZExt, V, DestTy, Name);
1979 return CreateCast(Instruction::SExt, V, DestTy, Name);
2016 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
2023 return CreateCast(Instruction::FPToSI, V, DestTy, Name);
2030 return CreateCast(Instruction::UIToFP, V, DestTy, Name);
2037 return CreateCast(Instruction::SIToFP, V, DestTy, Name);
2046 return CreateCast(Instruction::FPTrunc, V, DestTy, Name);
2053 return CreateCast(Instruction::FPExt, V, DestTy, Name);
2058 return CreateCast(Instruction::PtrToInt, V, DestTy, Name)
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1787 func (b Builder) CreateCast(val Value, op Opcode, t Type, name string) (v Value) {

Completed in 19 milliseconds