Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dintrinsic_helper.h68 enum IntrinsicValType { enum
103 IntrinsicValType ret_val_type_;
104 IntrinsicValType arg_type_[kIntrinsicMaxArgc];
Dintrinsic_helper.cc41 IntrinsicHelper::IntrinsicValType type) { in GetLLVMTypeOfIntrinsicValType()
113 IntrinsicValType type = info.arg_type_[arg_iter]; in IntrinsicHelper()