HomeSort by: relevance | last modified time | path
    Searched refs:FPToSIInst (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 145 void visitFPToSIInst(FPToSIInst &I);
Execution.cpp 1742 void Interpreter::visitFPToSIInst(FPToSIInst &I) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h 183 RetTy visitFPToSIInst(FPToSIInst &I) { DELEGATE(CastInst);}
Instructions.h 5015 // FPToSIInst Class
5019 class FPToSIInst : public CastInst {
5024 /// Clone an identical FPToSIInst
5025 FPToSIInst *cloneImpl() const;
5029 FPToSIInst(
5037 FPToSIInst(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 2959 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore);
2981 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd);
3525 FPToSIInst::FPToSIInst(
3531 FPToSIInst::FPToSIInst(
4428 FPToSIInst *FPToSIInst::cloneImpl() const {
4429 return new FPToSIInst(getOperand(0), getType());
Verifier.cpp 485 void visitFPToSIInst(FPToSIInst &I);
2989 void Verifier::visitFPToSIInst(FPToSIInst &I) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 134 Instruction *visitFPToSI(FPToSIInst &FI);
InstCombineCasts.cpp 1885 bool IsOutputSigned = isa<FPToSIInst>(FI);
1924 Instruction *InstCombinerImpl::visitFPToSI(FPToSIInst &FI) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp 595 new FPToSIInst(V, DestTy, "FC", BB->getTerminator()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 652 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h 1634 macro(FPToSIInst) \

Completed in 93 milliseconds