Home
last modified time | relevance | path

Searched refs:m_UIToFP (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DPatternMatch.h819 inline CastClass_match<OpTy, Instruction::UIToFP> m_UIToFP(const OpTy &Op) { in m_UIToFP() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h1161 inline CastClass_match<OpTy, Instruction::UIToFP> m_UIToFP(const OpTy &Op) { in m_UIToFP() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp2629 if (match(LHS, m_BitCast(m_UIToFP(m_Value(X))))) { in simplifyICmpWithConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4751 if (match(Op0, m_BitCast(m_UIToFP(m_Value(X))))) in visitICmpInst()