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

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 218 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints();
219 for (unsigned i = 0, ie = CIV.size(); i < ie; ++i) {
220 InlineAsm::ConstraintInfo &C = CIV[i];
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 337 ~c244=CIV # Cote d'Ivoire
rel.conf 343 ~c200,~c244=CIV # Cote d'Ivoire
  /external/llvm/include/llvm/IR/
PatternMatch.h 185 const APInt &CIV = CI->getValue();
187 return CIV == static_cast<uint64_t>(Val);
191 return -CIV == -Val;
    [all...]

Completed in 254 milliseconds