Home
last modified time | relevance | path

Searched defs:SameSign (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h51 unsigned SameSign : 1; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h434 bool SameSign = (Numerator >= 0) == (Denominator >= 0); in divideCeilSigned() local
450 bool SameSign = (Numerator >= 0) == (Denominator >= 0); in divideFloorSigned() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h125 SameSign = 1 << 21 // Both operands have the same sign. enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7249 bool SameSign = EatIfPresent(lltok::kw_samesign); in parseInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2958 void LLVMSetICmpSameSign(LLVMValueRef Inst, LLVMBool SameSign) { in LLVMSetICmpSameSign()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12319 bool SameSign = (ECD->getInitVal().isSigned() in CheckReferencedDecl() local