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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 185 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 173 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 226 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
227 return CastInst::CreateFPCast(C, DestTy);
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 166 Constant *CreateFPCast(Constant *C, Type *DestTy) const {
NoFolder.h 213 Instruction *CreateFPCast(Constant *C, Type *DestTy) const {
214 return CastInst::CreateFPCast(C, DestTy);
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 213 milliseconds