Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp37 bool IsDivide : 1; // Some form of integer divide member
53 : HasBRegAddr(false), HasBRegAddrShift(false), IsDivide(false), in IInfo()
68 bool isDivide(unsigned Op) { return Info[Op].IsDivide; } in isDivide()
112 Info[t2SDIV].IsDivide = Info[t2UDIV].IsDivide = true; in InstructionInformation()
123 Info[t2SDIV].IsDivide = Info[t2UDIV].IsDivide = true; in InstructionInformation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8059 bool IsDivide);