Searched refs:deduce (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp75 // For a given constant, deduce the set of trackable properties that this
77 static uint32_t deduce(const Constant *C);
431 uint32_t ConstantProperties::deduce(const Constant *C) { function in class:ConstantProperties
579 uint32_t NewPs = Ps & ConstantProperties::deduce(LC);
612 uint32_t Ps = ConstantProperties::deduce(Values[0]);
616 Ps &= ConstantProperties::deduce(Values[i]);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql370 For a (new) move, we need to store or deduce the copyfrom local-relpath;

Completed in 76 milliseconds