HomeSort by relevance Sort by last modified time
    Searched refs:IndexVal (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 149 unsigned IndexVal = IdxC->getZExtValue();
154 if (IndexVal >= VectorWidth)
163 DemandedMask.setBit(IndexVal);
171 if (Value *Elt = FindScalarElement(EI.getOperand(0), IndexVal))
181 if (Value *Elt = FindScalarElement(BCI->getOperand(0), IndexVal))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
Coroutines.cpp 109 auto *IndexVal = ConstantInt::get(Type::getInt8Ty(Context), Index);
115 auto *Call = CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt);
CoroSplit.cpp 104 ConstantInt *IndexVal = Shape.getIndex(SuspendIndex);
121 Builder.CreateStore(IndexVal, GepIndex);
154 Switch->addCase(IndexVal, ResumeBB);
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 279 Value IndexVal(Data->IndexType, Index);
281 << IndexVal << Data->ArrayType;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 160 unsigned IndexVal = IdxC->getZExtValue();
164 assert(IndexVal < VectorWidth);
172 DemandedMask.setBit(IndexVal);
186 if (Value *Elt = findScalarElement(BCI->getOperand(0), IndexVal))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 190 unsigned IndexVal = IdxC->getZExtValue();
198 DemandedMask.setBit(IndexVal);
212 if (Value *Elt = findScalarElement(BCI->getOperand(0), IndexVal))
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 756 llvm::Value *IndexVal = Builder.CreateIntCast(Index, SizeTy, IndexSigned);
764 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal)
765 : Builder.CreateICmpULE(IndexVal, BoundVal);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 239 milliseconds