HomeSort by relevance Sort by last modified time
    Searched refs:SExt (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/lldb/source/Expression/
IRInterpreter.cpp 515 case Instruction::SExt:
837 case Instruction::SExt:
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 774 inline CastClass_match<OpTy, Instruction::SExt>
776 return CastClass_match<OpTy, Instruction::SExt>(Op);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 158 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
159 const SCEV *Op = SExt->getOperand();
160 OS << "(sext " << *Op->getType() << " " << *Op << " to "
161 << *SExt->getType() << ")";
845 // trunc(sext(x)) --> sext(x) if widening or trunc(x) if narrowing
    [all...]
ValueTracking.cpp 457 case Instruction::SExt: {
    [all...]
LazyValueInfo.cpp 750 case Instruction::SExt:
    [all...]
ConstantFolding.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 712 INSTKEYWORD(sext, SExt);
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 201 TEST_F(ConstantRangeTest, SExt) {
210 EXPECT_EQ(SOne, ConstantRange(One.getLower().sext(20),
211 One.getUpper().sext(20)));
212 EXPECT_EQ(SSome, ConstantRange(Some.getLower().sext(20),
213 Some.getUpper().sext(20)));
InstructionsTest.cpp 216 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true));
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 275 case CCValAssign::SExt:
578 case CCValAssign::SExt:
760 case CCValAssign::SExt:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 703 value SExt) {
704 return LLVMConstInt(IntTy, Int64_val(N), Bool_val(SExt));
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 71 case Instruction::SExt : return bitc::CAST_SEXT;
222 case Attribute::SExt:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineSimplifyDemanded.cpp 451 case Instruction::SExt: {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 883 case Instruction::SExt:
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]

Completed in 2980 milliseconds

12 3 4