reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
 1935     return CreateCast(Instruction::FPToUI, V, DestTy, Name);
include/llvm/IR/Instructions.h
 5012     return I->getOpcode() == FPToUI;
lib/Analysis/CFLGraph.h
  536       case Instruction::FPToUI:
lib/Analysis/ConstantFolding.cpp
 1359   case Instruction::FPToUI:
lib/Analysis/InlineCost.cpp
  732   case Instruction::FPToUI:
lib/Analysis/ObjCARCInstKind.cpp
  277     case Instruction::FPToUI:
lib/Analysis/TargetTransformInfo.cpp
 1215   case Instruction::FPToUI:
lib/Analysis/ValueTracking.cpp
 1120   case Instruction::FPToUI:
 5023   case Instruction::FPToUI:
 5089       if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI)
 5098       if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI)
lib/AsmParser/LLLexer.cpp
  859   INSTKEYWORD(fptoui,      FPToUI);
lib/Bitcode/Reader/BitcodeReader.cpp
 1044   case bitc::CAST_FPTOUI  : return Instruction::FPToUI;
lib/Bitcode/Writer/BitcodeWriter.cpp
  507   case Instruction::FPToUI  : return bitc::CAST_FPTOUI;
lib/CodeGen/TargetLoweringBase.cpp
 1620   case FPToUI:         return ISD::FP_TO_UINT;
lib/ExecutionEngine/ExecutionEngine.cpp
  716     case Instruction::FPToUI: // double->APInt conversion handles sign
lib/ExecutionEngine/Interpreter/Execution.cpp
 2038   case Instruction::FPToUI:
lib/IR/ConstantFold.cpp
  608   case Instruction::FPToUI:
  614       APSInt IntVal(DestBitWidth, opc == Instruction::FPToUI);
 1633     case Instruction::FPToUI:
lib/IR/ConstantRange.cpp
  639   case Instruction::FPToUI:
lib/IR/Constants.cpp
 1254   case Instruction::FPToUI:
 1585   case Instruction::FPToUI:
 1764   return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced);
 2997   case Instruction::FPToUI:
lib/IR/Instruction.cpp
  345   case FPToUI:        return "fptoui";
lib/IR/Instructions.cpp
 2502     case Instruction::FPToUI:
 2759   case FPToUI:        return new FPToUIInst        (S, Ty, Name, InsertBefore);
 2781   case FPToUI:        return new FPToUIInst        (S, Ty, Name, InsertAtEnd);
 3126         return FPToUI;                              // FP -> uint
 3230   case Instruction::FPToUI:
 3387 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) {
 3393 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) {
lib/Target/AArch64/AArch64FastISel.cpp
 5188   case Instruction::FPToUI:
lib/Target/ARM/ARMFastISel.cpp
 2842     case Instruction::FPToUI:
lib/Target/ARM/ARMTargetTransformInfo.cpp
  897     case Instruction::FPToUI:
lib/Target/Mips/MipsFastISel.cpp
 2084   case Instruction::FPToUI:
lib/Target/Mips/MipsOs16.cpp
   86       case Instruction::FPToUI:
lib/Target/PowerPC/PPCFastISel.cpp
 1958     case Instruction::FPToUI:
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  479       case Instruction::FPToUI:
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  707         Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) {
  732           (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI))
lib/Target/XCore/XCoreLowerThreadLocal.cpp
  110     case Instruction::FPToUI:
lib/Transforms/InstCombine/InstCombineCalls.cpp
 1632       return {Instruction::FPToUI};
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1172     case Instruction::FPToUI:
 1262     case Instruction::FPToUI:
 1338     case Instruction::FPToUI:
lib/Transforms/Scalar/Float2Int.cpp
  134       case Instruction::FPToUI:
  217     case Instruction::FPToUI:
  277     case Instruction::FPToUI:
  466   case Instruction::FPToUI:
lib/Transforms/Scalar/GVN.cpp
  520     case Instruction::FPToUI:
lib/Transforms/Scalar/GVNSink.cpp
  468     case Instruction::FPToUI:
lib/Transforms/Scalar/NewGVN.cpp
 2021     case Instruction::FPToUI:
lib/Transforms/Scalar/SCCP.cpp
 1534       case Instruction::FPToUI:
lib/Transforms/Scalar/SpeculativeExecution.cpp
  232     case Instruction::FPToUI:
lib/Transforms/Vectorize/LoopVectorize.cpp
 4231   case Instruction::FPToUI:
 6260   case Instruction::FPToUI:
 6856     case Instruction::FPToUI:
lib/Transforms/Vectorize/SLPVectorizer.cpp
 2481     case Instruction::FPToUI:
 3037     case Instruction::FPToUI:
 3862     case Instruction::FPToUI: