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

  /external/llvm/include/llvm/Target/
TargetLowering.h 105 enum BooleanContent {
120 static ISD::NodeType getExtendForContent(BooleanContent Content) {
226 BooleanContent getBooleanContents(bool isVec) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 254 TargetLowering::BooleanContent ScalarBool = TLI.getBooleanContents(false);
255 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true);
    [all...]

Completed in 48 milliseconds