Searched refs:isSOImmTwoPartVal (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h186 /// isSOImmTwoPartVal - Return true if the specified value can be obtained by
188 static inline bool isSOImmTwoPartVal(unsigned V) { function in namespace:llvm::ARM_AM
199 /// getSOImmTwoPartFirst - If V is a value that satisfies isSOImmTwoPartVal,
205 /// getSOImmTwoPartSecond - If V is a value that satisfies isSOImmTwoPartVal,
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2697 if (!ARM_AM::isSOImmTwoPartVal(ImmVal))
H A DARMISelDAGToDAG.cpp493 if (ARM_AM::isSOImmTwoPartVal(Val)) return 2; // two instrs

Completed in 126 milliseconds