Searched defs:getFPToSI (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp1248 case Instruction::FPToSI: return getFPToSI(C, Ty);
1407 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty) { function in class:ConstantExpr
/external/llvm/lib/IR/
H A DConstants.cpp1484 return getFPToSI(C, Ty, OnlyIfReduced);
1663 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr

Completed in 94 milliseconds