Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp674 uint64_t RImmWithOnes = RImm | OnesMask; in SelectInt64Count() local
676 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64Count()
792 uint64_t RImmWithOnes = RImm | OnesMask; in SelectInt64() local
794 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64()
798 MatImm = RImmWithOnes; in SelectInt64()