Home
last modified time | relevance | path

Searched refs:m_SIToFP (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1389 inline CastClass_match<OpTy, Instruction::SIToFP> m_SIToFP(const OpTy &Op) { in m_SIToFP() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp5068 if (match(Op0, m_SIToFP(m_Value())) || match(Op0, m_UIToFP(m_Value()))) in simplifyUnaryIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2740 if (match(BCSrcOp, m_SIToFP(m_Value(X)))) { in foldICmpBitCast()