HomeSort by relevance Sort by last modified time
    Searched defs:m_SExt (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 561 /// m_SExt
564 m_SExt(const OpTy &Op) {
  /external/llvm/include/llvm/IR/
PatternMatch.h 807 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 820 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
834 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 837 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
851 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 837 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
851 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 820 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
834 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 837 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
851 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 837 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
851 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]

Completed in 907 milliseconds