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

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 295 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
297 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
313 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
315 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
318 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
321 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
324 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 307 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
310 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
322 inline bind_ty<Value> m_Value(Value *&V) { return V; }
323 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
326 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
328 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
331 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
334 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
337 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 307 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
310 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
322 inline bind_ty<Value> m_Value(Value *&V) { return V; }
323 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
326 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
328 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
331 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
334 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
337 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 340 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
343 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
355 inline bind_ty<Value> m_Value(Value *&V) { return V; }
356 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
359 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
361 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
364 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
367 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
370 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 340 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
343 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
355 inline bind_ty<Value> m_Value(Value *&V) { return V; }
356 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
359 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
361 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
364 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
367 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
370 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 340 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
343 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
355 inline bind_ty<Value> m_Value(Value *&V) { return V; }
356 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
359 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
361 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
364 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
367 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
370 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 340 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
343 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
355 inline bind_ty<Value> m_Value(Value *&V) { return V; }
356 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
359 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
361 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
364 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
367 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
370 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 295 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
297 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
313 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
315 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
318 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
321 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
324 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 307 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
310 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
322 inline bind_ty<Value> m_Value(Value *&V) { return V; }
323 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
326 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
328 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
331 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
334 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
337 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 307 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
310 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
322 inline bind_ty<Value> m_Value(Value *&V) { return V; }
323 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
326 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
328 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
331 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
334 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
337 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 340 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
343 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
355 inline bind_ty<Value> m_Value(Value *&V) { return V; }
356 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
359 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
361 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
364 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
367 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
370 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 340 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
343 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
355 inline bind_ty<Value> m_Value(Value *&V) { return V; }
356 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
359 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
361 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
364 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
367 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
370 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 340 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
343 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
355 inline bind_ty<Value> m_Value(Value *&V) { return V; }
356 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
359 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
361 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
364 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
367 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
370 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 340 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
343 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
355 inline bind_ty<Value> m_Value(Value *&V) { return V; }
356 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
359 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
361 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
364 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
367 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
370 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 210 struct bind_ty { struct in namespace:llvm::PatternMatch
212 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
225 inline bind_ty<Value> m_Value(Value *&V) { return V; }
228 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
231 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
  /external/llvm/include/llvm/IR/
PatternMatch.h 282 template <typename Class> struct bind_ty { struct in namespace:llvm::PatternMatch
284 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
296 inline bind_ty<Value> m_Value(Value *&V) { return V; }
299 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
302 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
305 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
308 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }
311 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; }
    [all...]

Completed in 872 milliseconds