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

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 744 BooleanContents = UndefinedBooleanContent;
745 BooleanFloatContents = UndefinedBooleanContent;
746 BooleanVectorContents = UndefinedBooleanContent;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 115 UndefinedBooleanContent, // Only bit 0 counts, the rest can hold garbage.
144 case UndefinedBooleanContent:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 306 ScalarBool = TargetLowering::UndefinedBooleanContent;
312 case TargetLowering::UndefinedBooleanContent:
315 assert(VecBool == TargetLowering::UndefinedBooleanContent ||
322 assert(VecBool == TargetLowering::UndefinedBooleanContent ||
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 731 TargetLowering::UndefinedBooleanContent)
    [all...]

Completed in 111 milliseconds