HomeSort by relevance Sort by last modified time
    Searched defs:CI (Results 151 - 163 of 163) sorted by null

1 2 3 4 5 67

  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 334 ConstantInt *CI = dyn_cast<ConstantInt>(V);
335 if (CI || !isa<Constant>(V) || !V->getType()->isPointerTy())
336 return CI;
349 if (ConstantInt *CI = dyn_cast<ConstantInt>(CE->getOperand(0))) {
351 if (CI->getType() == PtrTy)
352 return CI;
355 (ConstantExpr::getIntegerCast(CI, PtrTy, /*isSigned=*/false));
713 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(MD_i));
714 Weights.push_back(CI->getValue().getZExtValue());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 294 ConstantInt *CI = dyn_cast<ConstantInt>(E0->getOperand(1));
295 if (!CI || CI->getZExtValue())
300 ConstantInt *CI = dyn_cast<ConstantInt>(E->getOperand(1));
302 if (!CI || CI->getZExtValue() != i || E->getOperand(0) != Vec)
325 CallInst *CI = cast<CallInst>(UserInst);
326 Intrinsic::ID ID = getIntrinsicIDForCall(CI, TLI);
328 return (CI->getArgOperand(1) == Scalar);
    [all...]
LoopVectorize.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 403 auto *CI = ConstantInt::get(Builder.getInt1Ty(), (Type & 2) >> 1);
407 return Builder.CreateCall(F, {EmitScalarExpr(E), CI});
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 325 milliseconds

1 2 3 4 5 67