Home
last modified time | relevance | path

Searched defs:PredicateType (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h71 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h95 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum
/external/rust/crates/syn/src/
Dgenerics.rs1271 impl ToTokens for PredicateType { implementation
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp341 class PredicateType : public CRegularNamedType { class
345 PredicateType(unsigned Lanes) in PredicateType() function in __anond0646b370111::PredicateType
/external/rust/crates/syn/src/gen/
Deq.rs1715 impl Eq for PredicateType {} implementation
1718 impl PartialEq for PredicateType { implementation
Dclone.rs1704 impl Clone for PredicateType { implementation
Dhash.rs2170 impl Hash for PredicateType { implementation
Dvisit_mut.rs589 fn visit_predicate_type_mut(&mut self, i: &mut PredicateType) { in visit_predicate_type_mut()
Dfold.rs589 fn fold_predicate_type(&mut self, i: PredicateType) -> PredicateType { in fold_predicate_type()
Ddebug.rs2326 impl Debug for PredicateType { implementation
Dvisit.rs585 fn visit_predicate_type(&mut self, i: &'ast PredicateType) { in visit_predicate_type()