Searched defs:Sign (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, argument
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCAsmInfo.cpp110 int Sign = Value >> (8 * sizeof(Value) - 1); local
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h195 int32_t Sign = Value >> (8 * sizeof(Value) - 1); local
H A DMachineCodeEmitter.h191 uint64_t Sign = Value >> (8 * sizeof(Value) - 1); local
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DDwarf.cpp498 const char *llvm::dwarf::DecimalSignString(unsigned Sign) { argument
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslutils.c855 UINT32 Sign; local
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp897 uint32_t Sign = Val.isNegative(); local
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp225 uint64_t Sign = UImm & (1LL << (field_width - 1)); local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h81 /*DeclSpec::TSS*/ unsigned Sign : 2; member in struct:clang::WrittenBuiltinSpecs
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1010 SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Op.getOperand(0)); local
H A DDAGCombiner.cpp10690 SDValue Sign = DAG.getNode(ISD::SRL, SDLoc(N0), XType, N0, local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp97 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, argument
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10006 SDValue Sign = DAG.getConstant(0x80000000U, MVT::i32); local

Completed in 301 milliseconds