HomeSort by relevance Sort by last modified time
    Searched defs:CI (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 77 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
78 return CI->isZero();
90 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
91 return CI->isMinusOne();
206 if (ConstantInt *CI = dyn_cast<ConstantInt>(Elt))
207 return getAggregateElement(CI->getZExtValue());
772 if (ConstantInt *CI = dyn_cast<ConstantInt>(C)) {
773 if (CI->getType()->isIntegerTy(8)) {
776 if (ConstantInt *CI = dyn_cast<ConstantInt>(V[i]))
777 Elts.push_back(CI->getZExtValue())
    [all...]
Verifier.cpp 290 void visitCallInst(CallInst &CI);
305 void visitIntrinsicFunctionCall(Intrinsic::ID ID, CallInst &CI);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 128 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV))
129 return MCConstantExpr::Create(CI->getZExtValue(), Ctx);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 300 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Val)) {
311 if (isInt<32>(CI->getSExtValue()))
319 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
320 CI->getZExtValue());
405 if (const ConstantInt *CI = dyn_cast<ConstantInt>(U->getOperand(1))) {
406 uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue();
439 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Op)) {
441 Disp += CI->getSExtValue() * S;
451 ConstantInt *CI =
453 Disp += CI->getSExtValue() * S
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 45 if (CmpInst *CI = dyn_cast<CmpInst>(V))
46 return CI->hasOneUse();
212 ConstantInt *CI = Builder->getInt(AndRHS->getValue() & ShlMask);
214 if (CI->getValue() == ShlMask)
218 if (CI != AndRHS) { // Reducing bits set in and.
219 TheAnd.setOperand(1, CI);
232 ConstantInt *CI = Builder->getInt(AndRHS->getValue() & ShrMask);
234 if (CI->getValue() == ShrMask)
238 if (CI != AndRHS) {
239 TheAnd.setOperand(1, CI); // Reduce bits set in and cst
    [all...]
InstCombineCompares.cpp 169 static bool isHighOnes(const ConstantInt *CI) {
170 return (~CI->getValue() + 1).isPowerOf2();
522 if (ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i))) {
524 if (CI->isZero()) continue;
528 Offset += TD.getStructLayout(STy)->getElementOffset(CI->getZExtValue());
531 Offset += Size*CI->getSExtValue();
550 ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i));
551 if (!CI) return 0;
554 if (CI->isZero()) continue;
558 Offset += TD.getStructLayout(STy)->getElementOffset(CI->getZExtValue())
    [all...]
InstructionCombining.cpp 551 if (CastInst *CI = dyn_cast<CastInst>(&I)) {
552 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
572 if (ICmpInst *CI = dyn_cast<ICmpInst>(&I))
573 return IC->Builder->CreateICmp(CI->getPredicate(), Op0, Op1,
575 if (FCmpInst *CI = dyn_cast<FCmpInst>(&I))
576 return IC->Builder->CreateICmp(CI->getPredicate(), Op0, Op1,
709 } else if (CmpInst *CI = dyn_cast<CmpInst>(&I)) {
714 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C);
715 else if (isa<ICmpInst>(CI))
716 InV = Builder->CreateICmp(CI->getPredicate(), PN->getIncomingValue(i)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 50 /// performed. If it returns CI, then it transformed the call and CI is to be
51 /// deleted. If it returns something else, replace CI with the new value and
52 /// delete CI.
53 virtual Value *callOptimizer(Function *Callee, CallInst *CI, IRBuilder<> &B)
60 Value *optimizeCall(CallInst *CI, const DataLayout *TD,
63 Caller = CI->getParent()->getParent();
67 if (CI->getCalledFunction())
68 Context = &CI->getCalledFunction()->getContext();
71 if (!ignoreCallingConv() && CI->getCallingConv() != llvm::CallingConv::C
    [all...]
SimplifyCFG.cpp 310 ConstantInt *CI = dyn_cast<ConstantInt>(V);
311 if (CI || !TD || !isa<Constant>(V) || !V->getType()->isPointerTy())
312 return CI;
325 if (ConstantInt *CI = dyn_cast<ConstantInt>(CE->getOperand(0))) {
327 if (CI->getType() == PtrTy)
328 return CI;
331 (ConstantExpr::getIntegerCast(CI, PtrTy, /*isSigned=*/false));
624 ConstantInt* CI = dyn_cast<ConstantInt>(MD->getOperand(MD_i));
625 assert(CI);
626 Weights.push_back(CI->getValue().getZExtValue())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 204 ConstantInt *CI = dyn_cast<ConstantInt>(E0->getOperand(1));
205 if (!CI || CI->getZExtValue())
210 ConstantInt *CI = dyn_cast<ConstantInt>(E->getOperand(1));
212 if (!CI || CI->getZExtValue() != i || E->getOperand(0) != Vec)
    [all...]
BBVectorize.cpp 486 if (CastInst *CI = dyn_cast<CastInst>(I))
487 T2 = CI->getSrcTy();
495 } else if (CmpInst *CI = dyn_cast<CmpInst>(I)) {
496 T2 = CI->getOperand(0)->getType();
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 578 ClassInfo *CI;
580 static OperandMatchEntry create(MatchableInfo* mi, ClassInfo *ci,
584 X.CI = ci;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 84 CallInst *CI = cast<CallInst>(Declare->use_back());
85 CI->eraseFromParent();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 51 if (CallInst *CI = dyn_cast<CallInst>(I)) {
52 switch (CI->getCalledFunction()->getIntrinsicID()) {
56 Exn = CI;
60 Sel = CI;
86 if (const ConstantInt *CI = dyn_cast<ConstantInt>(EHSel->getArgOperand(i))){
87 unsigned FilterLength = CI->getZExtValue();
326 CallInst *CI = cast<CallInst>(Declare->use_back());
327 CI->eraseFromParent();
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 566 const ConstantInt *CI = cast<ConstantInt>(C);
567 if (Subtarget->hasV6T2Ops() && isUInt<16>(CI->getZExtValue())) {
574 .addImm(CI->getZExtValue()));
579 if (VT == MVT::i32 && Subtarget->hasV6T2Ops() && CI->isNegative()) {
580 unsigned Imm = (unsigned)~(CI->getSExtValue());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 819 } else if (const CallInst *CI = dyn_cast<CallInst>(U)) {
820 if (CI->getCalledValue() != V) {
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]

Completed in 799 milliseconds

1 2 3 45 6