Searched defs:isSigned (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp265 bool CheckImmRange(int immBits, int zeroBits, bool isSigned, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp704 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { argument
714 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { argument
1712 Constant *ConstantExpr::getIntegerCast(Constant *C, Type *Ty, bool isSigned) { argument
H A DInstructions.cpp3713 bool CmpInst::isSigned(Predicate predicate) { function in class:CmpInst
2903 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, Instruction *InsertBefore) argument
2917 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, BasicBlock *InsertAtEnd) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2938 bool isSigned = (opcode == ISD::SMULO); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp165 insertRangeTest(Value *V, const APInt &Lo, const APInt &Hi, bool isSigned, bool Inside) argument
[all...]
H A DInstCombineCasts.cpp162 EvaluateInDifferentType(Value *V, Type *Ty, bool isSigned) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp725 bool isSigned local
H A DCGExprScalar.cpp3146 bool isSigned = Ops.Ty->isSignedIntegerOrEnumerationType(); local
3265 bool isSigned = indexOperand->getType()->isSignedIntegerOrEnumerationType(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2170 Value *CreateIntCast(Value *V, Type *DestTy, bool isSigned, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4162 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) local
4224 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2819 bool ARMDAGToDAGISel::tryV6T2BitfieldExtractOp(SDNode *N, bool isSigned) { argument
H A DARMISelLowering.cpp13709 bool isSigned = N->getOpcode() == ISD::FP_TO_SINT; local
13767 bool isSigned = OpOpcode == ISD::SINT_TO_FP; local
16196 bool isSigned local
8361 isExtendedBUILD_VECTOR(SDNode *N, SelectionDAG &DAG, bool isSigned) argument
16214 bool isSigned = N->getOpcode() == ISD::SDIVREM || local
16240 bool isSigned = (Opcode == ISD::SDIVREM); local
16315 bool isSigned = N->getOpcode() == ISD::SREM; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4775 bool isSigned = Opcode == ISD::SMUL_LOHI; local
4866 bool isSigned = Opcode == ISD::SDIVREM; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3382 bool isSigned; local
H A DDAGCombiner.cpp3607 static bool isDivRemLibcallAvailable(SDNode *Node, bool isSigned, argument
3631 bool isSigned = (Opcode == ISD::SDIV) || (Opcode == ISD::SREM); local
3994 bool isSigned = (Opcode == ISD::SREM); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2771 isExtendedBUILD_VECTOR(SDNode *N, SelectionDAG &DAG, bool isSigned) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3656 bool isSigned = !Literal.isUnsigned; local

Completed in 1570 milliseconds

12