HomeSort by relevance Sort by last modified time
    Searched refs:isSigned (Results 51 - 75 of 167) sorted by null

1 23 4 5 6 7

  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.8.1/
builder-model-0.8.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.8.3/
builder-model-0.8.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.9.0/
builder-model-0.9.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.9.1/
builder-model-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.9.3/
builder-model-0.9.3.jar 
  /prebuilts/tools/common/builder-model/
builder-model-0.10.0.jar 
builder-model-0.11.0.jar 
builder-model-0.12.0.jar 
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 182 /// signedness of 'isSigned' and with a value suffix of 'ValSuffix' (e.g. LL).
184 StringRef ValSuffix, bool isSigned,
186 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth)
188 Builder.defineMacro(MacroName, MaxVal.toString(10, isSigned) + ValSuffix);
219 bool IsSigned = TI.isTypeSigned(Ty);
224 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false);
226 const char *Prefix = IsSigned ? "__INT" : "__UINT";
240 bool IsSigned = TI.isTypeSigned(Ty);
245 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false);
247 const char *Prefix = IsSigned ? "__INT" : "__UINT"
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 751 bool isSigned = I.getOpcode() == Instruction::SDiv;
752 if (isSigned) {
775 bool isSigned = I.getOpcode() == Instruction::SDiv;
776 if ((isSigned && match(Z, m_SRem(m_Specific(X), m_Specific(Op1)))) ||
777 (!isSigned && match(Z, m_URem(m_Specific(X), m_Specific(Op1)))))
    [all...]
InstCombineCasts.cpp 164 bool isSigned) {
166 C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/);
189 Value *LHS = EvaluateInDifferentType(I->getOperand(0), Ty, isSigned);
190 Value *RHS = EvaluateInDifferentType(I->getOperand(1), Ty, isSigned);
209 Value *True = EvaluateInDifferentType(I->getOperand(1), Ty, isSigned);
210 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned);
218 Value *V =EvaluateInDifferentType(OPN->getIncomingValue(i), Ty, isSigned);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 124 SDValue PromoteFP_TO_INT(SDValue Op, bool isSigned);
414 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) {
428 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewVT)) {
    [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGExprCXX.cpp 497 bool isSigned
527 if (isSigned && count.isNegative())
577 // 1) if isSigned, we need to check whether numElements is negative;
605 } else if (isSigned) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 491 assert(BaseIdxI.isSigned());
SimpleSValBuilder.cpp 295 if (RHS.isSigned() && !SymbolType->isSignedIntegerOrEnumerationType())
413 if (LHSValue.isAllOnesValue() && LHSValue.isSigned())
    [all...]
SValBuilder.cpp 83 if (I.getBitWidth() == ArrayIndexWidth && I.isSigned())
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /frameworks/rs/api/
gen_runtime.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 581 if (LHS.Val.isSigned())
593 if (Res.isSigned())
  /external/clang/utils/TableGen/
NeonEmitter.cpp 168 bool isSigned() const { return Signed; }
949 typeCode = T.isSigned() ? 's' : 'u';
995 if (!RetT.isScalar() && !RetT.isSigned())
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]

Completed in 924 milliseconds

1 23 4 5 6 7