Home
last modified time | relevance | path

Searched refs:isFPToUnsignedIntSatWithInexactConstant (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPatternMatchPass.hpp224 …std::tuple<llvm::Value*, unsigned, VISA_Type> isFPToUnsignedIntSatWithInexactConstant(llvm::Select…
H A DPatternMatchPass.cpp546 CodeGenPatternMatch::isFPToUnsignedIntSatWithInexactConstant(llvm::SelectInst* SI) in isFPToUnsignedIntSatWithInexactConstant() function in IGC::CodeGenPatternMatch
657 std::tie(X, Opcode, type) = isFPToUnsignedIntSatWithInexactConstant(SI); in MatchFPToIntegerWithSaturation()