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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 4859 // FPExtInst Class
4863 class FPExtInst : public CastInst {
4868 /// Clone an identical FPExtInst
4869 FPExtInst *cloneImpl() const;
4873 FPExtInst(
4881 FPExtInst(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 2955 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore);
2977 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd);
3477 FPExtInst::FPExtInst(
3483 FPExtInst::FPExtInst(
4412 FPExtInst *FPExtInst::cloneImpl() const {
4413 return new FPExtInst(getOperand(0), getType());

Completed in 30 milliseconds