OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CE1
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp
1286
if (ConstantExpr *
CE1
= dyn_cast<ConstantExpr>(C1)) {
1288
if (
CE1
->getOpcode() == Instruction::ZExt) {
1291
CE1
->getOperand(0)->getType()->getPrimitiveSizeInBits();
1298
if (
CE1
->getOpcode() == Instruction::PtrToInt &&
1299
isa<GlobalValue>(
CE1
->getOperand(0))) {
1300
GlobalValue *GV = cast<GlobalValue>(
CE1
->getOperand(0));
1347
if (ConstantExpr *
CE1
= dyn_cast<ConstantExpr>(C1)) {
1348
switch (
CE1
->getOpcode()) {
1354
CmpInst::Predicate pred = (CmpInst::Predicate)
CE1
->getPredicate();
1356
return ConstantExpr::getCompare(pred,
CE1
->getOperand(0)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/top/
nouveau_nvkm_subdev_top_gk104.c
85
case 0x00000002: A_(
CE1
); break;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
1266
if (auto *
CE1
= dyn_cast<ConstantExpr>(Ops1)) {
1267
if (CE0->getOpcode() ==
CE1
->getOpcode()) {
1275
Constant *C1 = ConstantExpr::getIntegerCast(
CE1
->getOperand(0),
1285
CE0->getOperand(0)->getType() ==
CE1
->getOperand(0)->getType()) {
1287
Predicate, CE0->getOperand(0),
CE1
->getOperand(0), DL, TLI);
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_base.c
2753
_(
CE1
, device->ce[1] , device->ce[1]);
Completed in 25 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026