HomeSort by relevance Sort by last modified time
    Searched refs:FieldNo (Results 26 - 34 of 34) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 432 bool isOffsetOf(Type *&STy, Constant *&FieldNo) const;
ScalarEvolution.h 606 const SCEV *getOffsetOfExpr(Type *IntTy, StructType *STy, unsigned FieldNo);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 453 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
457 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo,
461 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
463 FieldNo, DestTy);
485 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
489 FieldNo, DestTy);
500 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 228 Constant *FieldNo;
229 if (U->isOffsetOf(CTy, FieldNo)) {
231 FieldNo->printAsOperand(OS, false);
424 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
438 FieldNo = CE->getOperand(2);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 1012 unsigned fieldno = 0; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp 315 Constant *FieldNo;
316 if (U->isOffsetOf(CTy, FieldNo)) {
318 FieldNo->printAsOperand(OS, false);
505 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
519 FieldNo = CE->getOperand(2);
    [all...]

Completed in 197 milliseconds

12